Uses of Class
com.coveo.pushapiclient.DocumentBuilder
-
Uses of DocumentBuilder in com.coveo.pushapiclient
Methods in com.coveo.pushapiclient that return DocumentBuilderModifier and TypeMethodDescriptionDocumentBuilder.withAllowAnonymousUsers(Boolean allowAnonymous)Set allowAnonymous for permissions on the document.DocumentBuilder.withAllowedPermissions(SecurityIdentityBuilder allowedPermissions)Set allowed identities on the document.DocumentBuilder.withAuthor(String author)Set the author on the document.DocumentBuilder.withClickableUri(String clickableUri)Set the clickableURI on the document.DocumentBuilder.withCompressedBinaryData(CompressedBinaryData compressedBinaryData)Set the base64 encoded, compressed binary data of the document.Set the data of the document.Set the date of the document.Set the date of the document.Set the date of the document.DocumentBuilder.withDate(org.joda.time.DateTime date)Set the date of the document.DocumentBuilder.withDeniedPermissions(SecurityIdentityBuilder deniedPermissions)Set denied identities on the document.DocumentBuilder.withFileExtension(String fileExtension)Set the file extension on the document.DocumentBuilder.withMetadata(Map<String,Object> metadata)Set metadata on the document.DocumentBuilder.withMetadataValue(String key, Integer metadataValue)Add a single metadata key and value pair on the document.DocumentBuilder.withMetadataValue(String key, Integer[] metadataValue)Add a single metadata key and value pair on the document.DocumentBuilder.withMetadataValue(String key, String metadataValue)Add a single metadata key and value pair on the document.DocumentBuilder.withMetadataValue(String key, String[] metadataValue)Add a single metadata key and value pair on the document.DocumentBuilder.withModifiedDate(Long date)Set the modified date of the document.DocumentBuilder.withModifiedDate(String date)Set the modified date of the document.DocumentBuilder.withModifiedDate(Date date)Set the modified date of the document.DocumentBuilder.withModifiedDate(org.joda.time.DateTime date)Set the modified date of the document.DocumentBuilder.withParentID(String parentID)Set the parentID on the document.DocumentBuilder.withPermanentId(String permanentId)Set the permanentID of the document.Methods in com.coveo.pushapiclient that return types with arguments of type DocumentBuilderModifier and TypeMethodDescriptionBatchUpdate.addOrUpdate()Returns the value of theaddOrUpdaterecord component.BatchUpdate.delete()Returns the value of thedeleterecord component.Methods in com.coveo.pushapiclient with parameters of type DocumentBuilderModifier and TypeMethodDescriptionSource.addOrUpdateDocument(String sourceId, DocumentBuilder docBuilder)Adds or updates an individual item in a push source.Constructor parameters in com.coveo.pushapiclient with type arguments of type DocumentBuilderModifierConstructorDescriptionBatchUpdate(List<DocumentBuilder> addOrUpdate, List<DocumentBuilder> delete)Creates an instance of aBatchUpdaterecord class.