Index
All Classes|All Packages
A
- additionalInfo - Variable in class com.coveo.pushapiclient.IdentityModel
- addOrUpdate() - Method in record class com.coveo.pushapiclient.BatchUpdate
-
Returns the value of the
addOrUpdaterecord component. - addOrUpdate() - Method in record class com.coveo.pushapiclient.BatchUpdateRecord
-
Returns the value of the
addOrUpdaterecord component. - addOrUpdateDocument(String, DocumentBuilder) - Method in class com.coveo.pushapiclient.Source
-
Adds or updates an individual item in a push source.
- AliasMapping - Class in com.coveo.pushapiclient
- AliasMapping(String, String, SecurityIdentityType, Map<String, String>) - Constructor for class com.coveo.pushapiclient.AliasMapping
- allowAnonymous - Variable in class com.coveo.pushapiclient.DocumentPermissions
-
Whether to allow anonymous users in this permission set.
- allowedPermissions - Variable in class com.coveo.pushapiclient.DocumentPermissions
-
The list of allowed permissions for this permission set.
- AnySecurityIdentityBuilder - Class in com.coveo.pushapiclient
- AnySecurityIdentityBuilder(String[], SecurityIdentityType, String) - Constructor for class com.coveo.pushapiclient.AnySecurityIdentityBuilder
- AnySecurityIdentityBuilder(String, SecurityIdentityType, String) - Constructor for class com.coveo.pushapiclient.AnySecurityIdentityBuilder
- author - Variable in class com.coveo.pushapiclient.Document
-
The author of the document.
B
- BatchUpdate - Record Class in com.coveo.pushapiclient
-
See [Manage Batches of Items in a Push Source](https://docs.coveo.com/en/90)
- BatchUpdate(List<DocumentBuilder>, List<DocumentBuilder>) - Constructor for record class com.coveo.pushapiclient.BatchUpdate
-
Creates an instance of a
BatchUpdaterecord class. - batchUpdateDocuments(String, BatchUpdate) - Method in class com.coveo.pushapiclient.Source
-
Manage batches of items in a push source.
- BatchUpdateRecord - Record Class in com.coveo.pushapiclient
-
See [BatchDocumentBody](https://docs.coveo.com/en/75/#batchdocumentbody)
- BatchUpdateRecord(JsonObject[], JsonObject[]) - Constructor for record class com.coveo.pushapiclient.BatchUpdateRecord
-
Creates an instance of a
BatchUpdateRecordrecord class. - build() - Method in class com.coveo.pushapiclient.AnySecurityIdentityBuilder
- build() - Method in record class com.coveo.pushapiclient.GroupSecurityIdentityBuilder
- build() - Method in interface com.coveo.pushapiclient.SecurityIdentityBuilder
-
Build and return a list of
SecurityIdentity - build() - Method in record class com.coveo.pushapiclient.UserSecurityIdentityBuilder
- build() - Method in record class com.coveo.pushapiclient.VirtualGroupSecurityIdentityBuilder
C
- clickableUri - Variable in class com.coveo.pushapiclient.Document
-
The clickable URI associated with the document.
- com.coveo.pushapiclient - package com.coveo.pushapiclient
- compressedBinaryData - Variable in class com.coveo.pushapiclient.Document
-
The original binary item content, compressed using one of the supported compression types (Deflate, GZip, LZMA, Uncompressed, or ZLib), and then Base64 encoded.
- CompressedBinaryData - Record Class in com.coveo.pushapiclient
-
The original binary item content, compressed using one of the supported compression types (Deflate, GZip, LZMA, Uncompressed, or ZLib), and then Base64 encoded.
- CompressedBinaryData(String, CompressionType) - Constructor for record class com.coveo.pushapiclient.CompressedBinaryData
-
Creates an instance of a
CompressedBinaryDatarecord class. - compressionType() - Method in record class com.coveo.pushapiclient.CompressedBinaryData
-
Returns the value of the
compressionTyperecord component. - CompressionType - Enum Class in com.coveo.pushapiclient
-
The compression type that was applied to your compressed document.
- create(String, SourceVisibility) - Method in class com.coveo.pushapiclient.Source
-
Create a new push source.
- createFileContainer() - Method in class com.coveo.pushapiclient.PlatformClient
-
Create a file container.
- createOrUpdateSecurityIdentity(String, SecurityIdentityModel) - Method in class com.coveo.pushapiclient.PlatformClient
-
Create or update a security identity.
- createOrUpdateSecurityIdentity(String, SecurityIdentityModel) - Method in class com.coveo.pushapiclient.Source
-
Create or update a security identity.
- createOrUpdateSecurityIdentityAlias(String, SecurityIdentityAliasModel) - Method in class com.coveo.pushapiclient.PlatformClient
-
Create or update a security identity alias.
- createOrUpdateSecurityIdentityAlias(String, SecurityIdentityAliasModel) - Method in class com.coveo.pushapiclient.Source
-
Create or update a security identity alias.
- createSource(String, SourceVisibility) - Method in class com.coveo.pushapiclient.PlatformClient
-
Create a new push source
D
- data - Variable in class com.coveo.pushapiclient.Document
-
The textual (non-binary) content of the item.
- data() - Method in record class com.coveo.pushapiclient.CompressedBinaryData
-
Returns the value of the
datarecord component. - date - Variable in class com.coveo.pushapiclient.Document
-
The date of the document, represented as an ISO string.
- DEFLATE - Enum constant in enum class com.coveo.pushapiclient.CompressionType
- delete() - Method in record class com.coveo.pushapiclient.BatchUpdate
-
Returns the value of the
deleterecord component. - delete() - Method in record class com.coveo.pushapiclient.BatchUpdateRecord
-
Returns the value of the
deleterecord component. - deleteDocument(String, String, Boolean) - Method in class com.coveo.pushapiclient.PlatformClient
-
Deletes a specific item from a Push source.
- deleteDocument(String, String, Boolean) - Method in class com.coveo.pushapiclient.Source
-
Deletes a specific item from a Push source.
- deleteOldSecurityIdentities(String, SecurityIdentityDeleteOptions) - Method in class com.coveo.pushapiclient.PlatformClient
-
Delete old security identities.
- deleteOldSecurityIdentities(String, SecurityIdentityDeleteOptions) - Method in class com.coveo.pushapiclient.Source
-
Delete old security identities.
- deleteSecurityIdentity(String, SecurityIdentityDelete) - Method in class com.coveo.pushapiclient.PlatformClient
-
Delete a security identity.
- deleteSecurityIdentity(String, SecurityIdentityDelete) - Method in class com.coveo.pushapiclient.Source
-
Delete a security identity.
- deniedPermissions - Variable in class com.coveo.pushapiclient.DocumentPermissions
-
The list of denied permissions for this permission set.
- Document - Class in com.coveo.pushapiclient
- Document() - Constructor for class com.coveo.pushapiclient.Document
- DocumentBuilder - Class in com.coveo.pushapiclient
-
Utility class to build a
Document - DocumentBuilder(String, String) - Constructor for class com.coveo.pushapiclient.DocumentBuilder
- DocumentPermissions - Class in com.coveo.pushapiclient
- DocumentPermissions() - Constructor for class com.coveo.pushapiclient.DocumentPermissions
E
- equals(Object) - Method in record class com.coveo.pushapiclient.BatchUpdate
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.coveo.pushapiclient.BatchUpdateRecord
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.coveo.pushapiclient.CompressedBinaryData
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.coveo.pushapiclient.GroupSecurityIdentityBuilder
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.coveo.pushapiclient.SecurityIdentityBatchConfig
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.coveo.pushapiclient.SecurityIdentityDelete
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.coveo.pushapiclient.SecurityIdentityDeleteOptions
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.coveo.pushapiclient.UserSecurityIdentityBuilder
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.coveo.pushapiclient.VirtualGroupSecurityIdentityBuilder
-
Indicates whether some other object is "equal to" this one.
F
- FileContainer - Class in com.coveo.pushapiclient
-
See [Creating a FileContainer](https://docs.coveo.com/en/43)
- FileContainer() - Constructor for class com.coveo.pushapiclient.FileContainer
- fileExtension - Variable in class com.coveo.pushapiclient.Document
-
The file extension of the data you're pushing.
- fileId - Variable in class com.coveo.pushapiclient.FileContainer
- fileId() - Method in record class com.coveo.pushapiclient.SecurityIdentityBatchConfig
-
Returns the value of the
fileIdrecord component.
G
- getDocument() - Method in class com.coveo.pushapiclient.DocumentBuilder
- GROUP - Enum constant in enum class com.coveo.pushapiclient.SecurityIdentityType
- GroupSecurityIdentityBuilder - Record Class in com.coveo.pushapiclient
-
Build a security identity of type `GROUP`.
- GroupSecurityIdentityBuilder(String[], String) - Constructor for record class com.coveo.pushapiclient.GroupSecurityIdentityBuilder
-
Creates an instance of a
GroupSecurityIdentityBuilderrecord class. - GroupSecurityIdentityBuilder(String, String) - Constructor for record class com.coveo.pushapiclient.GroupSecurityIdentityBuilder
-
Construct a GroupSecurityIdentityBuilder with a single identity
- GZIP - Enum constant in enum class com.coveo.pushapiclient.CompressionType
H
- hashCode() - Method in record class com.coveo.pushapiclient.BatchUpdate
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.coveo.pushapiclient.BatchUpdateRecord
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.coveo.pushapiclient.CompressedBinaryData
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.coveo.pushapiclient.GroupSecurityIdentityBuilder
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.coveo.pushapiclient.SecurityIdentityBatchConfig
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.coveo.pushapiclient.SecurityIdentityDelete
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.coveo.pushapiclient.SecurityIdentityDeleteOptions
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.coveo.pushapiclient.UserSecurityIdentityBuilder
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.coveo.pushapiclient.VirtualGroupSecurityIdentityBuilder
-
Returns a hash code value for this object.
I
- identities() - Method in record class com.coveo.pushapiclient.GroupSecurityIdentityBuilder
-
Returns the value of the
identitiesrecord component. - identities() - Method in record class com.coveo.pushapiclient.UserSecurityIdentityBuilder
-
Returns the value of the
identitiesrecord component. - identities() - Method in record class com.coveo.pushapiclient.VirtualGroupSecurityIdentityBuilder
-
Returns the value of the
identitiesrecord component. - identity - Variable in class com.coveo.pushapiclient.SecurityIdentity
-
The name of the security identity.
- identity - Variable in class com.coveo.pushapiclient.SecurityIdentityModelBase
- identity() - Method in record class com.coveo.pushapiclient.SecurityIdentityDelete
-
Returns the value of the
identityrecord component. - IdentityModel - Class in com.coveo.pushapiclient
- IdentityModel(String, SecurityIdentityType, Map<String, String>) - Constructor for class com.coveo.pushapiclient.IdentityModel
- identityType - Variable in class com.coveo.pushapiclient.SecurityIdentity
-
The type of the identity.
L
- LZMA - Enum constant in enum class com.coveo.pushapiclient.CompressionType
M
- manageSecurityIdentities(String, SecurityIdentityBatchConfig) - Method in class com.coveo.pushapiclient.PlatformClient
-
Manage batches of security identities.
- manageSecurityIdentities(String, SecurityIdentityBatchConfig) - Method in class com.coveo.pushapiclient.Source
-
Manage batches of security identities.
- mappings - Variable in class com.coveo.pushapiclient.SecurityIdentityAliasModel
- marshal() - Method in record class com.coveo.pushapiclient.BatchUpdate
- marshal() - Method in class com.coveo.pushapiclient.DocumentBuilder
-
Marshal the document into a JSON string accepted by the push API.
- marshalJsonObject() - Method in class com.coveo.pushapiclient.DocumentBuilder
-
Marshal the document into a JSON object accepted by the push API.
- members - Variable in class com.coveo.pushapiclient.SecurityIdentityModel
- metadata - Variable in class com.coveo.pushapiclient.Document
-
The metadata key-value pairs for a given document.
- modifiedDate - Variable in class com.coveo.pushapiclient.Document
-
The modified date of the document, represented as an ISO string.
N
- name - Variable in class com.coveo.pushapiclient.IdentityModel
O
- orderingId() - Method in record class com.coveo.pushapiclient.SecurityIdentityBatchConfig
-
Returns the value of the
orderingIdrecord component. - orderingId() - Method in record class com.coveo.pushapiclient.SecurityIdentityDeleteOptions
-
Returns the value of the
orderingIdrecord component.
P
- parentId - Variable in class com.coveo.pushapiclient.Document
-
The unique identifier (URI) of the parent item.
- permanentId - Variable in class com.coveo.pushapiclient.Document
-
The permanent identifier of a document that does not change over time.
- permissions - Variable in class com.coveo.pushapiclient.Document
-
The list of permission sets for this item.
- PlatformClient - Class in com.coveo.pushapiclient
-
PlatformClient handles network requests to the Coveo platform
- PlatformClient(String, String) - Constructor for class com.coveo.pushapiclient.PlatformClient
-
Construct a PlatformClient
- PlatformClient(String, String, HttpClient) - Constructor for class com.coveo.pushapiclient.PlatformClient
- PRIVATE - Enum constant in enum class com.coveo.pushapiclient.SourceVisibility
-
Items can be accessed by the source owner only.
- provider - Variable in class com.coveo.pushapiclient.AliasMapping
- pushDocument(String, String, String, CompressionType) - Method in class com.coveo.pushapiclient.PlatformClient
-
Adds or updates an individual item in a push source.
- pushFileContainerContent(String, FileContainer) - Method in class com.coveo.pushapiclient.PlatformClient
-
Push a file container into a push source.
Q
- queueDelay() - Method in record class com.coveo.pushapiclient.SecurityIdentityDeleteOptions
-
Returns the value of the
queueDelayrecord component.
R
- requiredHeaders - Variable in class com.coveo.pushapiclient.FileContainer
S
- SECURED - Enum constant in enum class com.coveo.pushapiclient.SourceVisibility
-
Items can be accessed by allowed users only.
- SecurityIdentity - Class in com.coveo.pushapiclient
- SecurityIdentity(String, SecurityIdentityType, String) - Constructor for class com.coveo.pushapiclient.SecurityIdentity
- SecurityIdentityAliasModel - Class in com.coveo.pushapiclient
-
See [User Alias Definition Examples](https://docs.coveo.com/en/46).
- SecurityIdentityAliasModel(AliasMapping[], IdentityModel, IdentityModel[]) - Constructor for class com.coveo.pushapiclient.SecurityIdentityAliasModel
- SecurityIdentityBatchConfig - Record Class in com.coveo.pushapiclient
-
See [Manage Batches of Security Identities](https://docs.coveo.com/en/55).
- SecurityIdentityBatchConfig(String, Long) - Constructor for record class com.coveo.pushapiclient.SecurityIdentityBatchConfig
-
Creates an instance of a
SecurityIdentityBatchConfigrecord class. - SecurityIdentityBuilder - Interface in com.coveo.pushapiclient
-
Build a security identity.
- SecurityIdentityDelete - Record Class in com.coveo.pushapiclient
-
See [Disabling a Single Security Identity](https://docs.coveo.com/en/84)
- SecurityIdentityDelete(IdentityModel) - Constructor for record class com.coveo.pushapiclient.SecurityIdentityDelete
-
Creates an instance of a
SecurityIdentityDeleterecord class. - SecurityIdentityDeleteOptions - Record Class in com.coveo.pushapiclient
-
See [Disabling Old Security Identities](https://docs.coveo.com/en/33)
- SecurityIdentityDeleteOptions(Integer, Long) - Constructor for record class com.coveo.pushapiclient.SecurityIdentityDeleteOptions
-
Creates an instance of a
SecurityIdentityDeleteOptionsrecord class. - SecurityIdentityModel - Class in com.coveo.pushapiclient
-
See [Security Identity Models](https://docs.coveo.com/en/139)
- SecurityIdentityModel(IdentityModel[], IdentityModel, IdentityModel[]) - Constructor for class com.coveo.pushapiclient.SecurityIdentityModel
- SecurityIdentityModelBase - Class in com.coveo.pushapiclient
- SecurityIdentityModelBase(IdentityModel, IdentityModel[]) - Constructor for class com.coveo.pushapiclient.SecurityIdentityModelBase
- SecurityIdentityType - Enum Class in com.coveo.pushapiclient
- securityProvider - Variable in class com.coveo.pushapiclient.SecurityIdentity
-
The security identity provider through which the security identity is updated.
- securityProvider() - Method in record class com.coveo.pushapiclient.GroupSecurityIdentityBuilder
-
Returns the value of the
securityProviderrecord component. - securityProvider() - Method in record class com.coveo.pushapiclient.UserSecurityIdentityBuilder
-
Returns the value of the
securityProviderrecord component. - securityProvider() - Method in record class com.coveo.pushapiclient.VirtualGroupSecurityIdentityBuilder
-
Returns the value of the
securityProviderrecord component. - SHARED - Enum constant in enum class com.coveo.pushapiclient.SourceVisibility
-
Items can be accessed by any user.
- Source - Class in com.coveo.pushapiclient
- Source(String, String) - Constructor for class com.coveo.pushapiclient.Source
- SourceVisibility - Enum Class in com.coveo.pushapiclient
-
SourceVisibility controls the content security option that should be applied to the items in a source.
T
- title - Variable in class com.coveo.pushapiclient.Document
-
The title of the document.
- toString() - Method in record class com.coveo.pushapiclient.BatchUpdate
-
Returns a string representation of this record class.
- toString() - Method in record class com.coveo.pushapiclient.BatchUpdateRecord
-
Returns a string representation of this record class.
- toString() - Method in record class com.coveo.pushapiclient.CompressedBinaryData
-
Returns a string representation of this record class.
- toString() - Method in record class com.coveo.pushapiclient.GroupSecurityIdentityBuilder
-
Returns a string representation of this record class.
- toString() - Method in record class com.coveo.pushapiclient.SecurityIdentityBatchConfig
-
Returns a string representation of this record class.
- toString() - Method in record class com.coveo.pushapiclient.SecurityIdentityDelete
-
Returns a string representation of this record class.
- toString() - Method in record class com.coveo.pushapiclient.SecurityIdentityDeleteOptions
-
Returns a string representation of this record class.
- toString() - Method in record class com.coveo.pushapiclient.UserSecurityIdentityBuilder
-
Returns a string representation of this record class.
- toString() - Method in record class com.coveo.pushapiclient.VirtualGroupSecurityIdentityBuilder
-
Returns a string representation of this record class.
- type - Variable in class com.coveo.pushapiclient.IdentityModel
U
- UNCOMPRESSED - Enum constant in enum class com.coveo.pushapiclient.CompressionType
- UNKNOWN - Enum constant in enum class com.coveo.pushapiclient.SecurityIdentityType
- uploadContentToFileContainer(String, FileContainer, BatchUpdateRecord) - Method in class com.coveo.pushapiclient.PlatformClient
-
Upload content update into a file container.
- uploadUri - Variable in class com.coveo.pushapiclient.FileContainer
- uri - Variable in class com.coveo.pushapiclient.Document
-
The Uniform Resource Identifier (URI) that uniquely identifies the document in a Coveo index.
- USER - Enum constant in enum class com.coveo.pushapiclient.SecurityIdentityType
- UserSecurityIdentityBuilder - Record Class in com.coveo.pushapiclient
-
Build a security identity of type `USER`.
- UserSecurityIdentityBuilder(String) - Constructor for record class com.coveo.pushapiclient.UserSecurityIdentityBuilder
-
Construct a UserSecurityIdentityBuilder for a single identity with an `Email Security Provider`.
- UserSecurityIdentityBuilder(String[]) - Constructor for record class com.coveo.pushapiclient.UserSecurityIdentityBuilder
-
Construct a UserSecurityIdentityBuilder for multiple identities with an `Email Security Provider`.
- UserSecurityIdentityBuilder(String[], String) - Constructor for record class com.coveo.pushapiclient.UserSecurityIdentityBuilder
-
Creates an instance of a
UserSecurityIdentityBuilderrecord class. - UserSecurityIdentityBuilder(String, String) - Constructor for record class com.coveo.pushapiclient.UserSecurityIdentityBuilder
-
Construct a UserSecurityIdentityBuilder for a single identity with the given security provider.
V
- valueOf(String) - Static method in enum class com.coveo.pushapiclient.CompressionType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.coveo.pushapiclient.SecurityIdentityType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.coveo.pushapiclient.SourceVisibility
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.coveo.pushapiclient.CompressionType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.coveo.pushapiclient.SecurityIdentityType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.coveo.pushapiclient.SourceVisibility
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VIRTUAL_GROUP - Enum constant in enum class com.coveo.pushapiclient.SecurityIdentityType
- VirtualGroupSecurityIdentityBuilder - Record Class in com.coveo.pushapiclient
-
Build a security identity of type `VIRTUAL_GROUP`.
- VirtualGroupSecurityIdentityBuilder(String[], String) - Constructor for record class com.coveo.pushapiclient.VirtualGroupSecurityIdentityBuilder
-
Creates an instance of a
VirtualGroupSecurityIdentityBuilderrecord class. - VirtualGroupSecurityIdentityBuilder(String, String) - Constructor for record class com.coveo.pushapiclient.VirtualGroupSecurityIdentityBuilder
-
Construct a VirtualGroupSecurityIdentityBuilder with a single identity.
W
- wellKnowns - Variable in class com.coveo.pushapiclient.SecurityIdentityModelBase
- withAllowAnonymousUsers(Boolean) - Method in class com.coveo.pushapiclient.DocumentBuilder
-
Set allowAnonymous for permissions on the document.
- withAllowedPermissions(SecurityIdentityBuilder) - Method in class com.coveo.pushapiclient.DocumentBuilder
-
Set allowed identities on the document.
- withAuthor(String) - Method in class com.coveo.pushapiclient.DocumentBuilder
-
Set the author on the document.
- withClickableUri(String) - Method in class com.coveo.pushapiclient.DocumentBuilder
-
Set the clickableURI on the document.
- withCompressedBinaryData(CompressedBinaryData) - Method in class com.coveo.pushapiclient.DocumentBuilder
-
Set the base64 encoded, compressed binary data of the document.
- withData(String) - Method in class com.coveo.pushapiclient.DocumentBuilder
-
Set the data of the document.
- withDate(Long) - Method in class com.coveo.pushapiclient.DocumentBuilder
-
Set the date of the document.
- withDate(String) - Method in class com.coveo.pushapiclient.DocumentBuilder
-
Set the date of the document.
- withDate(Date) - Method in class com.coveo.pushapiclient.DocumentBuilder
-
Set the date of the document.
- withDate(DateTime) - Method in class com.coveo.pushapiclient.DocumentBuilder
-
Set the date of the document.
- withDeniedPermissions(SecurityIdentityBuilder) - Method in class com.coveo.pushapiclient.DocumentBuilder
-
Set denied identities on the document.
- withFileExtension(String) - Method in class com.coveo.pushapiclient.DocumentBuilder
-
Set the file extension on the document.
- withMetadata(Map<String, Object>) - Method in class com.coveo.pushapiclient.DocumentBuilder
-
Set metadata on the document.
- withMetadataValue(String, Integer) - Method in class com.coveo.pushapiclient.DocumentBuilder
-
Add a single metadata key and value pair on the document.
- withMetadataValue(String, Integer[]) - Method in class com.coveo.pushapiclient.DocumentBuilder
-
Add a single metadata key and value pair on the document.
- withMetadataValue(String, String) - Method in class com.coveo.pushapiclient.DocumentBuilder
-
Add a single metadata key and value pair on the document.
- withMetadataValue(String, String[]) - Method in class com.coveo.pushapiclient.DocumentBuilder
-
Add a single metadata key and value pair on the document.
- withModifiedDate(Long) - Method in class com.coveo.pushapiclient.DocumentBuilder
-
Set the modified date of the document.
- withModifiedDate(String) - Method in class com.coveo.pushapiclient.DocumentBuilder
-
Set the modified date of the document.
- withModifiedDate(Date) - Method in class com.coveo.pushapiclient.DocumentBuilder
-
Set the modified date of the document.
- withModifiedDate(DateTime) - Method in class com.coveo.pushapiclient.DocumentBuilder
-
Set the modified date of the document.
- withParentID(String) - Method in class com.coveo.pushapiclient.DocumentBuilder
-
Set the parentID on the document.
- withPermanentId(String) - Method in class com.coveo.pushapiclient.DocumentBuilder
-
Set the permanentID of the document.
Z
- ZLIB - Enum constant in enum class com.coveo.pushapiclient.CompressionType
All Classes|All Packages