Skip navigation links
A B C D F G H I L M N P R S T U V 

A

addMediaToCollection(String, Map<String, String>) - Method in interface com.bynder.sdk.api.BynderApi
Adds media assets to a collection.
addMediaToCollection(CollectionAddMediaQuery) - Method in interface com.bynder.sdk.service.CollectionService
Adds media assets to a collection.
addMediaToCollection(CollectionAddMediaQuery) - Method in class com.bynder.sdk.service.impl.CollectionServiceImpl
Check CollectionService for more information.
AmazonApi - Interface in com.bynder.sdk.api
Interface of the Amazon API to handle the HTTP communication.
AmazonService - Interface in com.bynder.sdk.service
Interface to upload file parts to Amazon.
AmazonServiceImpl - Class in com.bynder.sdk.service.impl
Implementation of AmazonService.
AmazonServiceImpl(String) - Constructor for class com.bynder.sdk.service.impl.AmazonServiceImpl
Initialises a new instance of the class.
ApiField - Annotation Type in com.bynder.sdk.query
Annotation class to specify if property needs to be converted and sent as query/field parameter to the API.
AppProperties - Class in com.bynder.sdk.util
Application properties to instantiate BynderService and run the integration tests.
AppProperties() - Constructor for class com.bynder.sdk.util.AppProperties
Initialises a new instance of the class by loading the content in the src/main/resources/app.properties file.
areChunksFinished() - Method in class com.bynder.sdk.service.upload.UploadProgress
Whether all Bytes of the Asset have been uploaded.
AssetBankService - Interface in com.bynder.sdk.service
Interface to represent operations that can be done to the Bynder Asset Bank.
AssetBankServiceImpl - Class in com.bynder.sdk.service.impl
Implementation of AssetBankService.
AssetBankServiceImpl(BynderApi) - Constructor for class com.bynder.sdk.service.impl.AssetBankServiceImpl
Initialises a new instance of the class.

B

BooleanTypeAdapter - Class in com.bynder.sdk.util
Class responsible for converting integers to booleans when deserializing the Json response returned by the API.
BooleanTypeAdapter() - Constructor for class com.bynder.sdk.util.BooleanTypeAdapter
 
Brand - Class in com.bynder.sdk.model
Brand model returned by BynderApi.getBrands().
Brand() - Constructor for class com.bynder.sdk.model.Brand
 
buildMapFromResponse(String) - Static method in class com.bynder.sdk.util.Utils
Builds a Map from a API response string containing a key and value separated by a &.
BynderApi - Interface in com.bynder.sdk.api
Interface of the Bynder API to handle the HTTP communication.
BynderService - Interface in com.bynder.sdk.service
Interface to login to Bynder and to get instance of AssetBankService.
BynderServiceImpl - Class in com.bynder.sdk.service.impl
Implementation of BynderService.
BynderUploadException - Exception in com.bynder.sdk.service.exception
Exception thrown when Upload does not finish within the expected time.
BynderUploadException(String) - Constructor for exception com.bynder.sdk.service.exception.BynderUploadException
Creates a new instance of the class.

C

Collection - Class in com.bynder.sdk.model
Collection() - Constructor for class com.bynder.sdk.model.Collection
 
CollectionAddMediaQuery - Class in com.bynder.sdk.query
Query to add media assets to a collection.
CollectionAddMediaQuery(String, List<String>) - Constructor for class com.bynder.sdk.query.CollectionAddMediaQuery
 
CollectionCover - Class in com.bynder.sdk.model
Model to represent the cover of a Collection.
CollectionCover() - Constructor for class com.bynder.sdk.model.CollectionCover
 
CollectionCreateQuery - Class in com.bynder.sdk.query
Query to create collections.
CollectionCreateQuery(String) - Constructor for class com.bynder.sdk.query.CollectionCreateQuery
 
CollectionInfoQuery - Class in com.bynder.sdk.query
Query to get collection information.
CollectionInfoQuery(String) - Constructor for class com.bynder.sdk.query.CollectionInfoQuery
 
CollectionOrderType - Enum in com.bynder.sdk.query
Enum to represent the different types of ordering for collections.
CollectionQuery - Class in com.bynder.sdk.query
Query to filter collection results.
CollectionQuery() - Constructor for class com.bynder.sdk.query.CollectionQuery
 
CollectionRecipientRight - Enum in com.bynder.sdk.query
Enum to represent the permission rights for sharing a collection.
CollectionRemoveMediaQuery - Class in com.bynder.sdk.query
Query to remove media assets from a collection.
CollectionRemoveMediaQuery(String, List<String>) - Constructor for class com.bynder.sdk.query.CollectionRemoveMediaQuery
 
CollectionService - Interface in com.bynder.sdk.service
Interface to represent operations that can be done to the Bynder Collections.
CollectionServiceImpl - Class in com.bynder.sdk.service.impl
Implementation of CollectionService.
CollectionServiceImpl(BynderApi) - Constructor for class com.bynder.sdk.service.impl.CollectionServiceImpl
Initialises a new instance of the class.
CollectionShareQuery - Class in com.bynder.sdk.query
Query to share a collection.
CollectionShareQuery(String, List<String>, CollectionRecipientRight) - Constructor for class com.bynder.sdk.query.CollectionShareQuery
 
com.bynder.sdk.api - package com.bynder.sdk.api
 
com.bynder.sdk.model - package com.bynder.sdk.model
 
com.bynder.sdk.query - package com.bynder.sdk.query
 
com.bynder.sdk.service - package com.bynder.sdk.service
 
com.bynder.sdk.service.exception - package com.bynder.sdk.service.exception
 
com.bynder.sdk.service.impl - package com.bynder.sdk.service.impl
 
com.bynder.sdk.service.upload - package com.bynder.sdk.service.upload
 
com.bynder.sdk.util - package com.bynder.sdk.util
 
ConversionType - Enum in com.bynder.sdk.query
Enum to represent the type of conversion.
create(Settings) - Static method in class com.bynder.sdk.service.impl.BynderServiceImpl
Creates an instance of BynderService using Settings as parameter.
createApiService(Class<T>, URL, Credentials, HttpConnectionSettings) - Static method in class com.bynder.sdk.util.Utils
Creates an implementation of the API endpoints defined by the service interface.
createCollection(Map<String, String>) - Method in interface com.bynder.sdk.api.BynderApi
Creates a collection.
createCollection(CollectionCreateQuery) - Method in interface com.bynder.sdk.service.CollectionService
Creates a collection.
createCollection(CollectionCreateQuery) - Method in class com.bynder.sdk.service.impl.CollectionServiceImpl
Check CollectionService for more information.
createUsage(Map<String, String>) - Method in interface com.bynder.sdk.api.BynderApi
Creates a usage record for a media asset.
createUsage(UsageCreateQuery) - Method in interface com.bynder.sdk.service.AssetBankService
Creates a usage record for a media asset.
createUsage(UsageCreateQuery) - Method in class com.bynder.sdk.service.impl.AssetBankServiceImpl
Check AssetBankService for more information.
Credentials - Class in com.bynder.sdk.model
Token credentials to call the API.
Credentials(String, String, String, String) - Constructor for class com.bynder.sdk.model.Credentials
Initialises new instance with specified values.

D

DEFAULT_TIMEOUT_SECONDS - Static variable in class com.bynder.sdk.model.HttpConnectionSettings
 
deleteCollection(Map<String, String>) - Method in interface com.bynder.sdk.api.BynderApi
Deletes a collection.
deleteCollection(CollectionInfoQuery) - Method in interface com.bynder.sdk.service.CollectionService
Deletes a collection.
deleteCollection(CollectionInfoQuery) - Method in class com.bynder.sdk.service.impl.CollectionServiceImpl
Check CollectionService for more information.
deleteMedia(Map<String, String>) - Method in interface com.bynder.sdk.api.BynderApi
Deletes a media asset.
deleteMedia(MediaDeleteQuery) - Method in interface com.bynder.sdk.service.AssetBankService
Deletes a media asset.
deleteMedia(MediaDeleteQuery) - Method in class com.bynder.sdk.service.impl.AssetBankServiceImpl
Check AssetBankService for more information.
deleteUsage(Map<String, String>) - Method in interface com.bynder.sdk.api.BynderApi
Deletes a usage record of a media asset.
deleteUsage(UsageDeleteQuery) - Method in interface com.bynder.sdk.service.AssetBankService
Deletes a usage record of a media asset.
deleteUsage(UsageDeleteQuery) - Method in class com.bynder.sdk.service.impl.AssetBankServiceImpl
Check AssetBankService for more information.
Derivative - Class in com.bynder.sdk.model
Derivative model returned by BynderApi.getDerivatives().
Derivative() - Constructor for class com.bynder.sdk.model.Derivative
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.bynder.sdk.util.BooleanTypeAdapter
Check JsonDeserializer.deserialize(JsonElement, Type, JsonDeserializationContext) for more information.
DownloadUrl - Class in com.bynder.sdk.model
DownloadUrl() - Constructor for class com.bynder.sdk.model.DownloadUrl
 

F

FileConverterStatus - Class in com.bynder.sdk.service.upload
Model to represent the conversion status of a file being uploaded to Bynder.
FileConverterStatus(int) - Constructor for class com.bynder.sdk.service.upload.FileConverterStatus
 
FileUploader - Class in com.bynder.sdk.service.upload
Class used to upload files to Bynder.
FileUploader(BynderApi) - Constructor for class com.bynder.sdk.service.upload.FileUploader
Creates a new instance of the class.
FinaliseResponse - Class in com.bynder.sdk.model
FinaliseResponse() - Constructor for class com.bynder.sdk.model.FinaliseResponse
 
finaliseUpload(Map<String, String>) - Method in interface com.bynder.sdk.api.BynderApi
Finalises a completely uploaded file.
FinaliseUploadQuery - Class in com.bynder.sdk.query
Query with the information to finalise a completely uploaded file.
FinaliseUploadQuery(String, String, String, int) - Constructor for class com.bynder.sdk.query.FinaliseUploadQuery
 

G

getAccessToken() - Method in interface com.bynder.sdk.api.BynderApi
Gets a temporary access token pair once the user already authorised the request token pair.
getAccessToken() - Method in interface com.bynder.sdk.service.BynderService
Gets temporary access token pair once the user has already accessed the authorise URL and logged in through the browser.
getAccessToken() - Method in class com.bynder.sdk.service.impl.BynderServiceImpl
Check BynderService for more information.
getAcl() - Method in class com.bynder.sdk.model.MultipartParameters
 
getAdditional() - Method in class com.bynder.sdk.model.Usage
 
getAlgorithm() - Method in class com.bynder.sdk.model.MultipartParameters
 
getAllowedTypes() - Method in class com.bynder.sdk.model.Derivative
 
getApiParameters(Object) - Static method in class com.bynder.sdk.util.Utils
Given a query object this method gets its API parameters.
getArchive() - Method in class com.bynder.sdk.model.Media
 
getArchive() - Method in class com.bynder.sdk.query.MediaPropertiesQuery
 
getAssetBankService() - Method in interface com.bynder.sdk.service.BynderService
Gets an instance of the asset bank service to perform Bynder Asset Bank operations.
getAssetBankService() - Method in class com.bynder.sdk.service.impl.BynderServiceImpl
Check BynderService for more information.
getAssetId() - Method in class com.bynder.sdk.model.Usage
 
getAuthoriseUrl(String) - Method in interface com.bynder.sdk.service.BynderService
Gets the URL needed to open the browser so the user can login and authorise the temporary request token pair.
getAuthoriseUrl(String) - Method in class com.bynder.sdk.service.impl.BynderServiceImpl
Check BynderService for more information.
getAwsAccessKeyId() - Method in class com.bynder.sdk.model.MultipartParameters
 
getBaseUrl() - Method in class com.bynder.sdk.model.Settings
 
getBatchId() - Method in class com.bynder.sdk.model.SaveMediaResponse
 
getBrandId() - Method in class com.bynder.sdk.model.Media
 
getBrandId() - Method in class com.bynder.sdk.query.SaveMediaQuery
 
getBrandId() - Method in class com.bynder.sdk.query.UploadQuery
 
getBrands() - Method in interface com.bynder.sdk.api.BynderApi
Gets list of the brands.
getBrands() - Method in interface com.bynder.sdk.service.AssetBankService
Get Brands.
getBrands() - Method in class com.bynder.sdk.service.impl.AssetBankServiceImpl
Check AssetBankService for more information.
getBuffer() - Method in class com.bynder.sdk.service.upload.UploadProcessData
 
getChunkNumber() - Method in class com.bynder.sdk.query.RegisterChunkQuery
 
getChunkNumber() - Method in class com.bynder.sdk.service.upload.UploadProcessData
 
getChunks() - Method in class com.bynder.sdk.query.FinaliseUploadQuery
 
getClosestS3Endpoint() - Method in interface com.bynder.sdk.api.BynderApi
Gets the URL of the Amazon S3 bucket-endpoint in the region closest to the server.
getCollectionId() - Method in class com.bynder.sdk.query.CollectionAddMediaQuery
 
getCollectionId() - Method in class com.bynder.sdk.query.CollectionInfoQuery
 
getCollectionId() - Method in class com.bynder.sdk.query.CollectionRemoveMediaQuery
 
getCollectionId() - Method in class com.bynder.sdk.query.CollectionShareQuery
 
getCollectionInfo(Map<String, String>) - Method in interface com.bynder.sdk.api.BynderApi
Gets all the collection information for a specific collection id.
getCollectionInfo(CollectionInfoQuery) - Method in interface com.bynder.sdk.service.CollectionService
Gets all the information for a specific collection.
getCollectionInfo(CollectionInfoQuery) - Method in class com.bynder.sdk.service.impl.CollectionServiceImpl
Check CollectionService for more information.
getCollectionMediaIds(String) - Method in interface com.bynder.sdk.api.BynderApi
Gets a list of the media assets ids of a collection.
getCollectionMediaIds(CollectionInfoQuery) - Method in interface com.bynder.sdk.service.CollectionService
Gets a list of the media assets ids of a collection.
getCollectionMediaIds(CollectionInfoQuery) - Method in class com.bynder.sdk.service.impl.CollectionServiceImpl
Check CollectionService for more information.
getCollections(Map<String, String>) - Method in interface com.bynder.sdk.api.BynderApi
Gets list of the collections.
getCollections(CollectionQuery) - Method in interface com.bynder.sdk.service.CollectionService
Gets a list of collections using query information.
getCollections(CollectionQuery) - Method in class com.bynder.sdk.service.impl.CollectionServiceImpl
Check CollectionService for more information.
getCollectionService() - Method in interface com.bynder.sdk.service.BynderService
Gets an instance of the collection service to perform Bynder Collections related operations.
getCollectionService() - Method in class com.bynder.sdk.service.impl.BynderServiceImpl
Check BynderService for more information.
getConnectTimeoutSeconds() - Method in class com.bynder.sdk.model.HttpConnectionSettings
 
getConsumerKey() - Method in class com.bynder.sdk.model.Credentials
 
getConsumerKey() - Method in class com.bynder.sdk.model.Settings
 
getConsumerSecret() - Method in class com.bynder.sdk.model.Credentials
 
getConsumerSecret() - Method in class com.bynder.sdk.model.Settings
 
getContentType() - Method in class com.bynder.sdk.model.MultipartParameters
 
getCopyright() - Method in class com.bynder.sdk.model.Media
 
getCopyright() - Method in class com.bynder.sdk.query.MediaPropertiesQuery
 
getCount() - Method in class com.bynder.sdk.query.MetapropertyQuery
 
getCover() - Method in class com.bynder.sdk.model.Collection
 
getCustomInterceptor() - Method in class com.bynder.sdk.model.HttpConnectionSettings
 
getDate() - Method in class com.bynder.sdk.model.MultipartParameters
 
getDateCreated() - Method in class com.bynder.sdk.model.Collection
 
getDateCreated() - Method in class com.bynder.sdk.model.Media
 
getDateCreated() - Method in class com.bynder.sdk.model.MediaItem
 
getDateEnd() - Method in class com.bynder.sdk.query.CollectionShareQuery
 
getDateModified() - Method in class com.bynder.sdk.model.Collection
 
getDateModified() - Method in class com.bynder.sdk.model.Media
 
getDatePublished() - Method in class com.bynder.sdk.model.Media
 
getDatePublished() - Method in class com.bynder.sdk.query.MediaPropertiesQuery
 
getDateStart() - Method in class com.bynder.sdk.query.CollectionShareQuery
 
getDerivatives() - Method in interface com.bynder.sdk.api.BynderApi
Gets list of the account derivatives.
getDerivatives() - Method in interface com.bynder.sdk.service.BynderService
Gets the list of the derivatives configured for the current account.
getDerivatives() - Method in class com.bynder.sdk.service.impl.BynderServiceImpl
 
getDescription() - Method in class com.bynder.sdk.model.Brand
 
getDescription() - Method in class com.bynder.sdk.model.Collection
 
getDescription() - Method in class com.bynder.sdk.model.Media
 
getDescription() - Method in class com.bynder.sdk.query.CollectionCreateQuery
 
getDescription() - Method in class com.bynder.sdk.query.MediaPropertiesQuery
 
getDestination() - Method in class com.bynder.sdk.model.SaveMediaItem
 
getDpi() - Method in class com.bynder.sdk.model.Derivative
 
getExtensions() - Method in class com.bynder.sdk.model.Media
 
getFile() - Method in class com.bynder.sdk.service.upload.UploadProcessData
 
getFilename() - Method in class com.bynder.sdk.query.RegisterChunkQuery
 
getFilename() - Method in class com.bynder.sdk.query.RequestUploadQuery
 
getFilepath() - Method in class com.bynder.sdk.query.UploadQuery
 
getFileSize() - Method in class com.bynder.sdk.model.Media
 
getFocusPoint() - Method in class com.bynder.sdk.model.Media
 
getFocusPoint() - Method in class com.bynder.sdk.model.MediaItem
 
getHeight() - Method in class com.bynder.sdk.model.Derivative
 
getHeight() - Method in class com.bynder.sdk.model.Media
 
getHeight() - Method in class com.bynder.sdk.model.MediaItem
 
getHttpConnectionSettings() - Method in class com.bynder.sdk.model.Settings
 
getId() - Method in class com.bynder.sdk.model.Brand
 
getId() - Method in class com.bynder.sdk.model.Collection
 
getId() - Method in class com.bynder.sdk.model.Media
 
getId() - Method in class com.bynder.sdk.model.MediaItem
 
getId() - Method in class com.bynder.sdk.model.Metaproperty
 
getId() - Method in class com.bynder.sdk.model.MetapropertyOption
 
getId() - Method in class com.bynder.sdk.model.Smartfilter
 
getId() - Method in class com.bynder.sdk.model.Tag
 
getId() - Method in class com.bynder.sdk.model.Usage
 
getImage() - Method in class com.bynder.sdk.model.Brand
 
getImportId() - Method in class com.bynder.sdk.model.FinaliseResponse
 
getImportId() - Method in class com.bynder.sdk.query.SaveMediaQuery
 
getIntegration() - Method in class com.bynder.sdk.model.Usage
 
getIsPublic() - Method in class com.bynder.sdk.model.Collection
 
getIsPublic() - Method in class com.bynder.sdk.query.MediaQuery
 
getItems() - Method in class com.bynder.sdk.query.PollStatusQuery
 
getItemsDone() - Method in class com.bynder.sdk.model.PollStatus
 
getItemsFailed() - Method in class com.bynder.sdk.model.PollStatus
 
getItemsRejected() - Method in class com.bynder.sdk.model.PollStatus
 
getKey() - Method in class com.bynder.sdk.model.MultipartParameters
 
getKeyword() - Method in class com.bynder.sdk.query.CollectionQuery
 
getKeyword() - Method in class com.bynder.sdk.query.MediaQuery
 
getLabel() - Method in class com.bynder.sdk.model.Metaproperty
 
getLabel() - Method in class com.bynder.sdk.model.MetapropertyOption
 
getLabels() - Method in class com.bynder.sdk.model.Smartfilter
 
getLarge() - Method in class com.bynder.sdk.model.CollectionCover
 
getLimit() - Method in class com.bynder.sdk.query.CollectionQuery
 
getLimit() - Method in class com.bynder.sdk.query.MediaQuery
 
getLink() - Method in class com.bynder.sdk.model.Collection
 
getLocation() - Method in class com.bynder.sdk.model.Usage
 
getLoginRequired() - Method in class com.bynder.sdk.query.CollectionShareQuery
 
getMediaCount() - Method in class com.bynder.sdk.model.Collection
 
getMediaCount() - Method in class com.bynder.sdk.model.MetapropertyOption
 
getMediaCount() - Method in class com.bynder.sdk.model.Tag
 
getMediaDownloadUrl(String) - Method in interface com.bynder.sdk.api.BynderApi
Gets the download file URL for a specific media id.
getMediaDownloadUrl(String, String) - Method in interface com.bynder.sdk.api.BynderApi
Gets the download file URL for specific media item id.
getMediaDownloadUrl(MediaDownloadQuery) - Method in interface com.bynder.sdk.service.AssetBankService
Gets the download file URL for a specific media asset file.
getMediaDownloadUrl(MediaDownloadQuery) - Method in class com.bynder.sdk.service.impl.AssetBankServiceImpl
Check AssetBankService for more information.
getMediaId() - Method in class com.bynder.sdk.model.SaveMediaResponse
 
getMediaId() - Method in class com.bynder.sdk.query.MediaDeleteQuery
 
getMediaId() - Method in class com.bynder.sdk.query.MediaDownloadQuery
 
getMediaId() - Method in class com.bynder.sdk.query.MediaInfoQuery
 
getMediaId() - Method in class com.bynder.sdk.query.MediaPropertiesQuery
 
getMediaId() - Method in class com.bynder.sdk.query.SaveMediaQuery
 
getMediaId() - Method in class com.bynder.sdk.query.UploadQuery
 
getMediaIds() - Method in class com.bynder.sdk.query.CollectionAddMediaQuery
 
getMediaIds() - Method in class com.bynder.sdk.query.CollectionRemoveMediaQuery
 
getMediaInfo(Map<String, String>) - Method in interface com.bynder.sdk.api.BynderApi
Gets all the media information for a specific media id.
getMediaInfo(MediaInfoQuery) - Method in interface com.bynder.sdk.service.AssetBankService
Gets all the information for a specific media.
getMediaInfo(MediaInfoQuery) - Method in class com.bynder.sdk.service.impl.AssetBankServiceImpl
Check AssetBankService for more information.
getMediaItemId() - Method in class com.bynder.sdk.query.MediaDownloadQuery
 
getMediaItems() - Method in class com.bynder.sdk.model.Media
 
getMediaItems() - Method in class com.bynder.sdk.model.SaveMediaResponse
 
getMediaList(Map<String, String>) - Method in interface com.bynder.sdk.api.BynderApi
Gets a list of media assets filtered by parameters.
getMediaList(MediaQuery) - Method in interface com.bynder.sdk.service.AssetBankService
Gets a list of media using query information.
getMediaList(MediaQuery) - Method in class com.bynder.sdk.service.impl.AssetBankServiceImpl
Check AssetBankService for more information.
getMessage() - Method in class com.bynder.sdk.query.CollectionShareQuery
 
getMetaproperties(Map<String, String>) - Method in interface com.bynder.sdk.api.BynderApi
Gets map of the metaproperties.
getMetaproperties() - Method in class com.bynder.sdk.model.Smartfilter
 
getMetaproperties(MetapropertyQuery) - Method in interface com.bynder.sdk.service.AssetBankService
Get Metaproperties.
getMetaproperties(MetapropertyQuery) - Method in class com.bynder.sdk.service.impl.AssetBankServiceImpl
Check AssetBankService for more information.
getMetaproperty() - Method in class com.bynder.sdk.query.MediaPropertiesQuery
 
getMetapropertyId() - Method in class com.bynder.sdk.query.MetapropertyField
 
getMultipartParams() - Method in class com.bynder.sdk.model.UploadRequest
 
getName() - Method in class com.bynder.sdk.model.Brand
 
getName() - Method in class com.bynder.sdk.model.Collection
 
getName() - Method in class com.bynder.sdk.model.Media
 
getName() - Method in class com.bynder.sdk.model.MediaItem
 
getName() - Method in class com.bynder.sdk.model.Metaproperty
 
getName() - Method in class com.bynder.sdk.model.MetapropertyOption
 
getName() - Method in class com.bynder.sdk.query.CollectionCreateQuery
 
getName() - Method in class com.bynder.sdk.query.MediaPropertiesQuery
 
getName() - Method in class com.bynder.sdk.query.SaveMediaQuery
 
getNumberOfChunks() - Method in class com.bynder.sdk.service.upload.UploadProcessData
 
getOptions() - Method in class com.bynder.sdk.model.Metaproperty
 
getOptions() - Method in class com.bynder.sdk.model.MetapropertyOption
 
getOptionsIds() - Method in class com.bynder.sdk.query.MetapropertyField
 
getOrderBy() - Method in class com.bynder.sdk.query.CollectionQuery
 
getOrientation() - Method in class com.bynder.sdk.model.Media
 
getOriginal() - Method in class com.bynder.sdk.model.Media
 
getOriginal() - Method in class com.bynder.sdk.model.SaveMediaItem
 
getPage() - Method in class com.bynder.sdk.query.CollectionQuery
 
getPage() - Method in class com.bynder.sdk.query.MediaQuery
 
getPassword() - Method in class com.bynder.sdk.query.LoginQuery
 
getPolicy() - Method in class com.bynder.sdk.model.MultipartParameters
 
getPollStatus(Map<String, String>) - Method in interface com.bynder.sdk.api.BynderApi
Gets poll processing status of finalised files.
getPrefix() - Method in class com.bynder.sdk.model.Derivative
 
getProperty(String) - Method in class com.bynder.sdk.util.AppProperties
 
getPropertyOptionIds() - Method in class com.bynder.sdk.query.MediaQuery
 
getPropertyOptions() - Method in class com.bynder.sdk.model.Media
 
getReadTimeoutSeconds() - Method in class com.bynder.sdk.model.HttpConnectionSettings
 
getRecipients() - Method in class com.bynder.sdk.query.CollectionShareQuery
 
getRequestToken() - Method in interface com.bynder.sdk.api.BynderApi
Gets temporary request token pair.
getRequestToken() - Method in interface com.bynder.sdk.service.BynderService
Gets temporary request token pair used to build the authorise URL and login through the browser.
getRequestToken() - Method in class com.bynder.sdk.service.impl.BynderServiceImpl
Check BynderService for more information.
getRight() - Method in class com.bynder.sdk.query.CollectionShareQuery
 
getS3File() - Method in class com.bynder.sdk.model.DownloadUrl
 
getS3File() - Method in class com.bynder.sdk.model.UploadRequest
 
getS3Filename() - Method in class com.bynder.sdk.model.UploadRequest
 
getS3Filename() - Method in class com.bynder.sdk.query.FinaliseUploadQuery
 
getSaveMediaResponse() - Method in class com.bynder.sdk.service.upload.UploadProgress
 
getSendMail() - Method in class com.bynder.sdk.query.CollectionShareQuery
 
getSettings() - Method in class com.bynder.sdk.util.AppProperties
Gets a Settings instance using the properties define in the src/main/resources/app.properties file.
getSettingsForLogin() - Method in class com.bynder.sdk.util.AppProperties
Gets a Settings instance for login using the properties define in the src/main/resources/app.properties file.
getSignature() - Method in class com.bynder.sdk.model.MultipartParameters
 
getSize() - Method in class com.bynder.sdk.model.MediaItem
 
getSmartfilters() - Method in interface com.bynder.sdk.api.BynderApi
Gets list of the smartfilters.
getSmartfilters() - Method in interface com.bynder.sdk.service.AssetBankService
Get Smartfilters.
getSmartfilters() - Method in class com.bynder.sdk.service.impl.AssetBankServiceImpl
Check AssetBankService for more information.
getSslContext() - Method in class com.bynder.sdk.model.HttpConnectionSettings
 
getSuccess() - Method in class com.bynder.sdk.model.SaveMediaResponse
 
getSuccessActionStatus() - Method in class com.bynder.sdk.model.MultipartParameters
 
getTag() - Method in class com.bynder.sdk.model.Tag
 
getTags() - Method in interface com.bynder.sdk.api.BynderApi
Gets list of the tags.
getTags() - Method in class com.bynder.sdk.model.Media
 
getTags() - Method in interface com.bynder.sdk.service.AssetBankService
Get Tags.
getTags() - Method in class com.bynder.sdk.service.impl.AssetBankServiceImpl
Check AssetBankService for more information.
getTargetId() - Method in class com.bynder.sdk.model.S3File
 
getTargetId() - Method in class com.bynder.sdk.query.FinaliseUploadQuery
 
getTargetId() - Method in class com.bynder.sdk.query.RegisterChunkQuery
 
getThumbnail() - Method in class com.bynder.sdk.model.Collection
 
getThumbnail() - Method in class com.bynder.sdk.model.CollectionCover
 
getThumbnails() - Method in class com.bynder.sdk.model.CollectionCover
 
getThumbnails() - Method in class com.bynder.sdk.model.Media
 
getThumbnails() - Method in class com.bynder.sdk.model.MediaItem
 
getTimestamp() - Method in class com.bynder.sdk.model.Usage
 
getToken() - Method in class com.bynder.sdk.model.Credentials
 
getToken() - Method in class com.bynder.sdk.model.Settings
 
getTokenKey() - Method in class com.bynder.sdk.model.User
 
getTokenSecret() - Method in class com.bynder.sdk.model.Credentials
 
getTokenSecret() - Method in class com.bynder.sdk.model.Settings
 
getTokenSecret() - Method in class com.bynder.sdk.model.User
 
getTotalBytes() - Method in class com.bynder.sdk.service.upload.UploadProgress
 
getTransmittedBytes() - Method in class com.bynder.sdk.service.upload.UploadProgress
 
getTrustManager() - Method in class com.bynder.sdk.model.HttpConnectionSettings
 
getType() - Method in class com.bynder.sdk.model.Media
 
getType() - Method in class com.bynder.sdk.model.MediaItem
 
getType() - Method in class com.bynder.sdk.model.Metaproperty
 
getType() - Method in class com.bynder.sdk.query.MediaQuery
 
getType() - Method in class com.bynder.sdk.query.MetapropertyQuery
 
getUploadedChunks() - Method in class com.bynder.sdk.service.upload.UploadProgress
 
getUploadId() - Method in class com.bynder.sdk.model.S3File
 
getUploadId() - Method in class com.bynder.sdk.query.FinaliseUploadQuery
 
getUploadId() - Method in class com.bynder.sdk.query.RegisterChunkQuery
 
getUploadInformation(Map<String, String>) - Method in interface com.bynder.sdk.api.BynderApi
Initialises a file upload with Bynder and returns authorisation information to allow uploading to the Amazon S3 bucket-endpoint.
getUploadRequest() - Method in class com.bynder.sdk.service.upload.UploadProcessData
 
getUsage(Map<String, String>) - Method in interface com.bynder.sdk.api.BynderApi
Gets all the media assets usage records.
getUsage(UsageQuery) - Method in interface com.bynder.sdk.service.AssetBankService
Gets all the media assets usage records.
getUsage(UsageQuery) - Method in class com.bynder.sdk.service.impl.AssetBankServiceImpl
Check AssetBankService for more information.
getUserId() - Method in class com.bynder.sdk.model.Collection
 
getUserId() - Method in class com.bynder.sdk.model.User
 
getUsername() - Method in class com.bynder.sdk.query.LoginQuery
 
getVersion() - Method in class com.bynder.sdk.model.MediaItem
 
getVersions() - Method in class com.bynder.sdk.query.MediaInfoQuery
 
getVideoPreviewURLs() - Method in class com.bynder.sdk.model.Media
 
getViews() - Method in class com.bynder.sdk.model.Collection
 
getWidth() - Method in class com.bynder.sdk.model.Derivative
 
getWidth() - Method in class com.bynder.sdk.model.Media
 
getWidth() - Method in class com.bynder.sdk.model.MediaItem
 
getZindex() - Method in class com.bynder.sdk.model.Metaproperty
 
getZindex() - Method in class com.bynder.sdk.model.MetapropertyOption
 

H

hasAccess() - Method in class com.bynder.sdk.model.User
 
HttpConnectionSettings - Class in com.bynder.sdk.model
Configuration holder for HTTP connection related settings for the connection to Bynder.
HttpConnectionSettings(SSLContext, X509TrustManager, Interceptor, int, int, boolean) - Constructor for class com.bynder.sdk.model.HttpConnectionSettings
 
HttpConnectionSettings() - Constructor for class com.bynder.sdk.model.HttpConnectionSettings
Empty constructor: allows quick access to default settings.

I

incrementChunk() - Method in class com.bynder.sdk.service.upload.UploadProcessData
 
isActive() - Method in class com.bynder.sdk.model.MediaItem
 
isAudit() - Method in class com.bynder.sdk.query.UploadQuery
 
isCompleted() - Method in class com.bynder.sdk.service.upload.UploadProcessData
 
isCrop() - Method in class com.bynder.sdk.model.Derivative
 
isDone() - Method in class com.bynder.sdk.service.upload.FileConverterStatus
 
isExtent() - Method in class com.bynder.sdk.model.Derivative
 
isFilterable() - Method in class com.bynder.sdk.model.Metaproperty
 
isFinished() - Method in class com.bynder.sdk.service.upload.UploadProgress
 
isOnTheFly() - Method in class com.bynder.sdk.model.Derivative
 
isPublic() - Method in class com.bynder.sdk.model.Derivative
 
isPublic() - Method in class com.bynder.sdk.model.Media
 
isRetryOnConnectionFailure() - Method in class com.bynder.sdk.model.HttpConnectionSettings
 
isSelectable() - Method in class com.bynder.sdk.model.MetapropertyOption
 
isSuccessful() - Method in class com.bynder.sdk.service.upload.FileConverterStatus
 

L

login(Map<String, String>) - Method in interface com.bynder.sdk.api.BynderApi
Logs in to Bynder with a username and password pair.
login(String, String) - Method in interface com.bynder.sdk.service.BynderService
Deprecated.
login(String, String) - Method in class com.bynder.sdk.service.impl.BynderServiceImpl
Check BynderService for more information.
LoginQuery - Class in com.bynder.sdk.query
Query used internally to login.
LoginQuery(String, String) - Constructor for class com.bynder.sdk.query.LoginQuery
 
logout() - Method in interface com.bynder.sdk.service.BynderService
Logout resets your credentials.
logout() - Method in class com.bynder.sdk.service.impl.BynderServiceImpl
Check BynderService for more information.

M

Media - Class in com.bynder.sdk.model
Media() - Constructor for class com.bynder.sdk.model.Media
 
MediaDeleteQuery - Class in com.bynder.sdk.query
Query to delete a media asset from Bynder.
MediaDeleteQuery(String) - Constructor for class com.bynder.sdk.query.MediaDeleteQuery
 
MediaDownloadQuery - Class in com.bynder.sdk.query
Query to specify the media from which we want the download URL.
MediaDownloadQuery(String) - Constructor for class com.bynder.sdk.query.MediaDownloadQuery
 
MediaInfoQuery - Class in com.bynder.sdk.query
Query to get media information including its media items.
MediaInfoQuery(String) - Constructor for class com.bynder.sdk.query.MediaInfoQuery
 
MediaItem - Class in com.bynder.sdk.model
Media Item model returned by BynderApi.getMediaInfo(Map).
MediaItem() - Constructor for class com.bynder.sdk.model.MediaItem
 
MediaPropertiesQuery - Class in com.bynder.sdk.query
Query to specify the media properties to be updated.
MediaPropertiesQuery(String) - Constructor for class com.bynder.sdk.query.MediaPropertiesQuery
 
MediaQuery - Class in com.bynder.sdk.query
Query to filter media results.
MediaQuery() - Constructor for class com.bynder.sdk.query.MediaQuery
 
MediaType - Enum in com.bynder.sdk.model
Enum to represent type of media.
Metaproperty - Class in com.bynder.sdk.model
Metaproperty model returned by BynderApi.getMetaproperties(Map).
Metaproperty() - Constructor for class com.bynder.sdk.model.Metaproperty
 
MetapropertyField - Class in com.bynder.sdk.query
Class to specify the metaproperty options to be added to a media asset.
MetapropertyField(String, List<String>) - Constructor for class com.bynder.sdk.query.MetapropertyField
 
MetapropertyOption - Class in com.bynder.sdk.model
Model to represent metaproperty options.
MetapropertyOption() - Constructor for class com.bynder.sdk.model.MetapropertyOption
 
MetapropertyQuery - Class in com.bynder.sdk.query
Query to specify if we want to get metaproperties with media count or not.
MetapropertyQuery() - Constructor for class com.bynder.sdk.query.MetapropertyQuery
 
MultipartParameters - Class in com.bynder.sdk.model
Parameters needed to upload a part to Amazon.
MultipartParameters() - Constructor for class com.bynder.sdk.model.MultipartParameters
 

N

nextAttempt() - Method in class com.bynder.sdk.service.upload.FileConverterStatus
 

P

PollStatus - Class in com.bynder.sdk.model
Model returned by BynderApi.getPollStatus(Map).
PollStatus() - Constructor for class com.bynder.sdk.model.PollStatus
 
PollStatusQuery - Class in com.bynder.sdk.query
Query with the information to poll if asset has finished converting.
PollStatusQuery(List<String>) - Constructor for class com.bynder.sdk.query.PollStatusQuery
 

R

registerChunk(Map<String, String>) - Method in interface com.bynder.sdk.api.BynderApi
Registers an uploaded chunk in Bynder.
RegisterChunkQuery - Class in com.bynder.sdk.query
Query with the information to register an uploaded chunk in Bynder.
RegisterChunkQuery(String, int, String, String) - Constructor for class com.bynder.sdk.query.RegisterChunkQuery
 
removeMediaFromCollection(String, Map<String, String>) - Method in interface com.bynder.sdk.api.BynderApi
Removes media assets from a collection.
removeMediaFromCollection(CollectionRemoveMediaQuery) - Method in interface com.bynder.sdk.service.CollectionService
Removes media assets from a collection.
removeMediaFromCollection(CollectionRemoveMediaQuery) - Method in class com.bynder.sdk.service.impl.CollectionServiceImpl
Check CollectionService for more information.
RequestUploadQuery - Class in com.bynder.sdk.query
Query with the information to initialise an upload.
RequestUploadQuery(String) - Constructor for class com.bynder.sdk.query.RequestUploadQuery
 
reset() - Method in class com.bynder.sdk.model.Credentials
Resets access token key/secret to the initial ones.
responseBodyConverter(Type, Annotation[], Retrofit) - Method in class com.bynder.sdk.util.StringConverterFactory
Check Converter.Factory#responseBodyConverter(Type, Annotation[], Retrofit) for more information.

S

S3File - Class in com.bynder.sdk.model
Model to represent the S3 file information returned in the response of BynderApi.getUploadInformation(Map).
S3File() - Constructor for class com.bynder.sdk.model.S3File
 
saveMedia(Map<String, String>) - Method in interface com.bynder.sdk.api.BynderApi
Saves a new media asset in Bynder.
SaveMediaItem - Class in com.bynder.sdk.model
Model to represent each media item returned in SaveMediaResponse.
SaveMediaItem() - Constructor for class com.bynder.sdk.model.SaveMediaItem
 
SaveMediaQuery - Class in com.bynder.sdk.query
Query with the information to save a media asset.
SaveMediaQuery(String) - Constructor for class com.bynder.sdk.query.SaveMediaQuery
 
SaveMediaResponse - Class in com.bynder.sdk.model
Model returned by BynderApi.saveMedia(Map).
SaveMediaResponse() - Constructor for class com.bynder.sdk.model.SaveMediaResponse
 
set(String, String) - Method in class com.bynder.sdk.model.Credentials
Sets new access token key/secret.
setAdditional(String) - Method in class com.bynder.sdk.query.UsageCreateQuery
 
setArchive(Boolean) - Method in class com.bynder.sdk.query.MediaPropertiesQuery
 
setAssetId(String) - Method in class com.bynder.sdk.query.UsageQuery
 
setAudit(Boolean) - Method in class com.bynder.sdk.query.SaveMediaQuery
 
setAudit(Boolean) - Method in class com.bynder.sdk.query.UploadQuery
 
setBrandId(String) - Method in class com.bynder.sdk.query.SaveMediaQuery
 
setCopyright(String) - Method in class com.bynder.sdk.query.MediaPropertiesQuery
 
setCount(Boolean) - Method in class com.bynder.sdk.query.MetapropertyQuery
 
setDateEnd(String) - Method in class com.bynder.sdk.query.CollectionShareQuery
 
setDatePublished(String) - Method in class com.bynder.sdk.query.MediaPropertiesQuery
 
setDateStart(String) - Method in class com.bynder.sdk.query.CollectionShareQuery
 
setDescription(String) - Method in class com.bynder.sdk.query.CollectionCreateQuery
 
setDescription(String) - Method in class com.bynder.sdk.query.MediaPropertiesQuery
 
setDone(boolean) - Method in class com.bynder.sdk.service.upload.FileConverterStatus
 
setFinished(boolean) - Method in class com.bynder.sdk.service.upload.UploadProgress
 
setIsPublic(Boolean) - Method in class com.bynder.sdk.query.MediaQuery
 
setKeyword(String) - Method in class com.bynder.sdk.query.CollectionQuery
 
setKeyword(String) - Method in class com.bynder.sdk.query.MediaQuery
 
setLimit(Integer) - Method in class com.bynder.sdk.query.CollectionQuery
 
setLimit(Integer) - Method in class com.bynder.sdk.query.MediaQuery
 
setLocation(String) - Method in class com.bynder.sdk.query.UsageCreateQuery
 
setLocation(String) - Method in class com.bynder.sdk.query.UsageDeleteQuery
 
setLoginRequired(Boolean) - Method in class com.bynder.sdk.query.CollectionShareQuery
 
setMediaId(String) - Method in class com.bynder.sdk.query.SaveMediaQuery
 
setMediaId(String) - Method in class com.bynder.sdk.query.UploadQuery
 
setMediaItemId(String) - Method in class com.bynder.sdk.query.MediaDownloadQuery
 
setMediaProperties(Map<String, String>) - Method in interface com.bynder.sdk.api.BynderApi
Updates the media properties (metadata) for a specific media id.
setMediaProperties(MediaPropertiesQuery) - Method in interface com.bynder.sdk.service.AssetBankService
Updates the properties of a media asset.
setMediaProperties(MediaPropertiesQuery) - Method in class com.bynder.sdk.service.impl.AssetBankServiceImpl
Check AssetBankService for more information.
setMessage(String) - Method in class com.bynder.sdk.query.CollectionShareQuery
 
setMetaproperty(MetapropertyField) - Method in class com.bynder.sdk.query.MediaPropertiesQuery
 
setName(String) - Method in class com.bynder.sdk.query.MediaPropertiesQuery
 
setName(String) - Method in class com.bynder.sdk.query.SaveMediaQuery
 
setOrderBy(CollectionOrderType) - Method in class com.bynder.sdk.query.CollectionQuery
 
setPage(Integer) - Method in class com.bynder.sdk.query.CollectionQuery
 
setPage(Integer) - Method in class com.bynder.sdk.query.MediaQuery
 
setPropertyOptionIds(List<String>) - Method in class com.bynder.sdk.query.MediaQuery
 
setSaveMediaResponse(SaveMediaResponse) - Method in class com.bynder.sdk.service.upload.UploadProgress
 
setSendMail(Boolean) - Method in class com.bynder.sdk.query.CollectionShareQuery
 
setTimestamp(String) - Method in class com.bynder.sdk.query.UsageCreateQuery
 
Settings - Class in com.bynder.sdk.model
Settings needed to configure BynderService.
Settings(URL, String, String, String, String) - Constructor for class com.bynder.sdk.model.Settings
 
Settings(URL, String, String, String, String, HttpConnectionSettings) - Constructor for class com.bynder.sdk.model.Settings
 
Settings(URL, String, String) - Constructor for class com.bynder.sdk.model.Settings
 
setType(MediaType) - Method in class com.bynder.sdk.query.MediaQuery
 
setType(MediaType) - Method in class com.bynder.sdk.query.MetapropertyQuery
 
setVersions(Boolean) - Method in class com.bynder.sdk.query.MediaInfoQuery
 
shareCollection(String, Map<String, String>) - Method in interface com.bynder.sdk.api.BynderApi
Shares a collection.
shareCollection(CollectionShareQuery) - Method in interface com.bynder.sdk.service.CollectionService
Shares a collection.
shareCollection(CollectionShareQuery) - Method in class com.bynder.sdk.service.impl.CollectionServiceImpl
Check CollectionService for more information.
Smartfilter - Class in com.bynder.sdk.model
Smartfilter model returned by BynderApi.getSmartfilters().
Smartfilter() - Constructor for class com.bynder.sdk.model.Smartfilter
 
STR_AND - Static variable in class com.bynder.sdk.util.Utils
String separators.
STR_COMMA - Static variable in class com.bynder.sdk.util.Utils
 
STR_EQUALS - Static variable in class com.bynder.sdk.util.Utils
 
StringConverterFactory - Class in com.bynder.sdk.util
Class responsible for converting a String response from the API.
StringConverterFactory() - Constructor for class com.bynder.sdk.util.StringConverterFactory
 

T

Tag - Class in com.bynder.sdk.model
Tag model returned by BynderApi.getTags().
Tag() - Constructor for class com.bynder.sdk.model.Tag
 
toString() - Method in enum com.bynder.sdk.model.MediaType
 
toString() - Method in enum com.bynder.sdk.query.CollectionOrderType
 
toString() - Method in enum com.bynder.sdk.query.CollectionRecipientRight
 

U

uploadFile(UploadQuery) - Method in interface com.bynder.sdk.service.AssetBankService
Uploads a file with the information specified in the query parameter.
uploadFile(UploadQuery) - Method in class com.bynder.sdk.service.impl.AssetBankServiceImpl
Check AssetBankService for more information.
uploadFile(UploadQuery) - Method in class com.bynder.sdk.service.upload.FileUploader
Uploads a file with the information specified in the query parameter.
uploadFileWithProgress(UploadQuery) - Method in interface com.bynder.sdk.service.AssetBankService
Uploads a file with Progress Report.
uploadFileWithProgress(UploadQuery) - Method in class com.bynder.sdk.service.impl.AssetBankServiceImpl
Check AssetBankService for more information.
uploadFileWithProgress(UploadQuery) - Method in class com.bynder.sdk.service.upload.FileUploader
Uploads a file with the information specified in the query parameter while providing information on the progress of the upload via the Observable returned.
uploadPartToAmazon(Map<String, RequestBody>) - Method in interface com.bynder.sdk.api.AmazonApi
Uploads a file part to Amazon.
uploadPartToAmazon(String, UploadRequest, int, byte[], int) - Method in interface com.bynder.sdk.service.AmazonService
Uploads a file part to Amazon.
uploadPartToAmazon(String, UploadRequest, int, byte[], int) - Method in class com.bynder.sdk.service.impl.AmazonServiceImpl
Check AmazonService for more information.
UploadProcessData - Class in com.bynder.sdk.service.upload
Model to represent the upload process data of a file being uploaded to Bynder.
UploadProcessData(File, FileInputStream, UploadRequest, int) - Constructor for class com.bynder.sdk.service.upload.UploadProcessData
 
UploadProgress - Class in com.bynder.sdk.service.upload
Model to represent the progress of an Asset upload.
UploadProgress(long) - Constructor for class com.bynder.sdk.service.upload.UploadProgress
 
UploadQuery - Class in com.bynder.sdk.query
Query with the information to upload a file.
UploadQuery(String, String) - Constructor for class com.bynder.sdk.query.UploadQuery
 
UploadRequest - Class in com.bynder.sdk.model
Model to represent the authorisation information to start an upload returned by BynderApi.getUploadInformation(Map).
UploadRequest() - Constructor for class com.bynder.sdk.model.UploadRequest
 
Usage - Class in com.bynder.sdk.model
Usage() - Constructor for class com.bynder.sdk.model.Usage
 
UsageCreateQuery - Class in com.bynder.sdk.query
Query to create asset usage.
UsageCreateQuery(String, String) - Constructor for class com.bynder.sdk.query.UsageCreateQuery
 
UsageDeleteQuery - Class in com.bynder.sdk.query
Query to delete asset usage.
UsageDeleteQuery(String, String) - Constructor for class com.bynder.sdk.query.UsageDeleteQuery
 
UsageQuery - Class in com.bynder.sdk.query
Query to filter asset usage results.
UsageQuery() - Constructor for class com.bynder.sdk.query.UsageQuery
 
User - Class in com.bynder.sdk.model
Model returned when success login through API BynderApi.login(Map).
User() - Constructor for class com.bynder.sdk.model.User
 
Utils - Class in com.bynder.sdk.util
Final class that provides methods to help handling API requests and responses.

V

valueOf(String) - Static method in enum com.bynder.sdk.model.MediaType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bynder.sdk.query.CollectionOrderType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bynder.sdk.query.CollectionRecipientRight
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bynder.sdk.query.ConversionType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.bynder.sdk.model.MediaType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bynder.sdk.query.CollectionOrderType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bynder.sdk.query.CollectionRecipientRight
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bynder.sdk.query.ConversionType
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D F G H I L M N P R S T U V 
Skip navigation links

Copyright © 2018. All rights reserved.