Skip navigation links
A B C D E F G H I J M N O P Q 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.collection.CollectionService
Adds media assets to a collection.
addMediaToCollection(CollectionAddMediaQuery) - Method in class com.bynder.sdk.service.collection.CollectionServiceImpl
Check CollectionService for more information.
addProgress(long) - Method in class com.bynder.sdk.model.upload.UploadProgress
Adds a chunk of the specified size to the progress of the upload.
AmazonS3Api - Interface in com.bynder.sdk.api
Interface of the Amazon S3 API.
AmazonS3Service - Interface in com.bynder.sdk.service.amazons3
Interface to upload file parts to Amazon S3.
AmazonS3Service.Builder - Class in com.bynder.sdk.service.amazons3
Builder class used to create a new instance of AssetService.
AmazonS3ServiceImpl - Class in com.bynder.sdk.service.amazons3
Implementation of AmazonS3Service.
AmazonS3ServiceImpl(String) - Constructor for class com.bynder.sdk.service.amazons3.AmazonS3ServiceImpl
Initialises a new instance of the class.
ApiFactory - Class in com.bynder.sdk.api
Factory to create API clients.
ApiField - Annotation Type in com.bynder.sdk.query.decoder
Annotation class to specify if property needs to be converted and sent as query/attribute parameter to the API.
AppProperties - Class in com.bynder.sdk.sample
Application properties to instantiate BynderClient and run the AppSample.
AppProperties() - Constructor for class com.bynder.sdk.sample.AppProperties
Initialises a new instance of the class by loading the content in the src/main/resources/app.properties file.
AppSample - Class in com.bynder.sdk.sample
Sample class to display some of the SDK functionality.
AppSample() - Constructor for class com.bynder.sdk.sample.AppSample
 
areChunksFinished() - Method in class com.bynder.sdk.model.upload.UploadProgress
Whether all Bytes of the Asset have been uploaded.
AssetService - Interface in com.bynder.sdk.service.asset
Interface to represent operations that can be done to the Bynder Asset Bank.
AssetService.Builder - Class in com.bynder.sdk.service.asset
Builder class used to create a new instance of AssetService.
AssetServiceImpl - Class in com.bynder.sdk.service.asset
Implementation of AssetService.
AssetServiceImpl(BynderApi, QueryDecoder) - Constructor for class com.bynder.sdk.service.asset.AssetServiceImpl
Initialises a new instance of the class.

B

BooleanParameterDecoder - Class in com.bynder.sdk.query.decoder
Converts parameter value from boolean to integer 1 (true) or 0 (false) to send to API.
BooleanParameterDecoder() - Constructor for class com.bynder.sdk.query.decoder.BooleanParameterDecoder
 
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
 
build() - Method in class com.bynder.sdk.configuration.Configuration.Builder
 
Builder(URL, String, String, URI) - Constructor for class com.bynder.sdk.configuration.Configuration.Builder
 
BynderApi - Interface in com.bynder.sdk.api
Interface of the Bynder API to handle the HTTP communication.
BynderClient - Interface in com.bynder.sdk.service
Bynder client interface.
BynderClient.Builder - Class in com.bynder.sdk.service
Builder class used to create a new instance of BynderClient using Configuration as parameter.
BynderClientImpl - Class in com.bynder.sdk.service
 
BynderRuntimeException - Exception in com.bynder.sdk.exception
Exception thrown when an error occurs during runtime.
BynderRuntimeException(String) - Constructor for exception com.bynder.sdk.exception.BynderRuntimeException
Creates a new instance of the class.
BynderUploadException - Exception in com.bynder.sdk.exception
Exception thrown when an error occurs during file upload.
BynderUploadException(String) - Constructor for exception com.bynder.sdk.exception.BynderUploadException
Creates a new instance of the class.

C

callback(Token) - Method in class com.bynder.sdk.configuration.Configuration
 
Collection - Class in com.bynder.sdk.model
Collection() - Constructor for class com.bynder.sdk.model.Collection
 
CollectionAddMediaQuery - Class in com.bynder.sdk.query.collection
Query to add media assets to a collection.
CollectionAddMediaQuery(String, String[]) - Constructor for class com.bynder.sdk.query.collection.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.collection
Query to create collections.
CollectionCreateQuery(String) - Constructor for class com.bynder.sdk.query.collection.CollectionCreateQuery
 
CollectionInfoQuery - Class in com.bynder.sdk.query.collection
Query to get collection information.
CollectionInfoQuery(String) - Constructor for class com.bynder.sdk.query.collection.CollectionInfoQuery
 
CollectionOrderType - Enum in com.bynder.sdk.query.collection
Enum to represent the different types of ordering for collections.
CollectionQuery - Class in com.bynder.sdk.query.collection
Query to filter collection results.
CollectionQuery() - Constructor for class com.bynder.sdk.query.collection.CollectionQuery
 
CollectionRecipientRight - Enum in com.bynder.sdk.query.collection
Enum to represent the permission rights for sharing a collection.
CollectionRemoveMediaQuery - Class in com.bynder.sdk.query.collection
Query to remove media assets from a collection.
CollectionRemoveMediaQuery(String, String[]) - Constructor for class com.bynder.sdk.query.collection.CollectionRemoveMediaQuery
 
CollectionService - Interface in com.bynder.sdk.service.collection
Interface to represent operations that can be done to the Bynder Collections.
CollectionService.Builder - Class in com.bynder.sdk.service.collection
Builder class used to create a new instance of CollectionService.
CollectionServiceImpl - Class in com.bynder.sdk.service.collection
Implementation of CollectionService.
CollectionServiceImpl(BynderApi, QueryDecoder) - Constructor for class com.bynder.sdk.service.collection.CollectionServiceImpl
Initialises a new instance of the class.
CollectionShareQuery - Class in com.bynder.sdk.query.collection
Query to share a collection.
CollectionShareQuery(String, String[], CollectionRecipientRight) - Constructor for class com.bynder.sdk.query.collection.CollectionShareQuery
 
com.bynder.sdk.api - package com.bynder.sdk.api
 
com.bynder.sdk.configuration - package com.bynder.sdk.configuration
 
com.bynder.sdk.exception - package com.bynder.sdk.exception
 
com.bynder.sdk.model - package com.bynder.sdk.model
 
com.bynder.sdk.model.oauth - package com.bynder.sdk.model.oauth
 
com.bynder.sdk.model.upload - package com.bynder.sdk.model.upload
 
com.bynder.sdk.query - package com.bynder.sdk.query
 
com.bynder.sdk.query.collection - package com.bynder.sdk.query.collection
 
com.bynder.sdk.query.decoder - package com.bynder.sdk.query.decoder
 
com.bynder.sdk.query.oauth - package com.bynder.sdk.query.oauth
 
com.bynder.sdk.query.upload - package com.bynder.sdk.query.upload
 
com.bynder.sdk.sample - package com.bynder.sdk.sample
 
com.bynder.sdk.service - package com.bynder.sdk.service
 
com.bynder.sdk.service.amazons3 - package com.bynder.sdk.service.amazons3
 
com.bynder.sdk.service.asset - package com.bynder.sdk.service.asset
 
com.bynder.sdk.service.collection - package com.bynder.sdk.service.collection
 
com.bynder.sdk.service.oauth - package com.bynder.sdk.service.oauth
 
com.bynder.sdk.service.upload - package com.bynder.sdk.service.upload
 
com.bynder.sdk.util - package com.bynder.sdk.util
 
Configuration - Class in com.bynder.sdk.configuration
 
Configuration.Builder - Class in com.bynder.sdk.configuration
Builder class used to create a new instance of Configuration.
create(String) - Static method in class com.bynder.sdk.service.amazons3.AmazonS3Service.Builder
 
create(BynderApi, QueryDecoder) - Static method in class com.bynder.sdk.service.asset.AssetService.Builder
 
create(Configuration) - Static method in class com.bynder.sdk.service.BynderClient.Builder
 
create(BynderApi, QueryDecoder) - Static method in class com.bynder.sdk.service.collection.CollectionService.Builder
 
create(Configuration, OAuthApi, QueryDecoder) - Static method in class com.bynder.sdk.service.oauth.OAuthService.Builder
 
createAmazonS3Client(String) - Static method in class com.bynder.sdk.api.ApiFactory
Creates an implementation of the Bynder OAuth2 endpoints defined in the OAuthApi interface.
createBynderClient(Configuration) - Static method in class com.bynder.sdk.api.ApiFactory
Creates an implementation of the Bynder API endpoints defined in the BynderApi 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.collection.CollectionService
Creates a collection.
createCollection(CollectionCreateQuery) - Method in class com.bynder.sdk.service.collection.CollectionServiceImpl
Check CollectionService for more information.
createOAuthClient(String) - Static method in class com.bynder.sdk.api.ApiFactory
Creates an implementation of the Amazon S3 endpoints defined in the AmazonS3Api interface.
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.asset.AssetService
Creates a usage record for a media asset.
createUsage(UsageCreateQuery) - Method in class com.bynder.sdk.service.asset.AssetServiceImpl
Check AssetService for more information.

D

decode(String, Boolean) - Method in class com.bynder.sdk.query.decoder.BooleanParameterDecoder
 
decode(String, String[]) - Method in class com.bynder.sdk.query.decoder.JsonParameterDecoder
 
decode(String, MetapropertyAttribute) - Method in class com.bynder.sdk.query.decoder.MetapropertyAttributeDecoder
 
decode(String, Map<String, String>) - Method in class com.bynder.sdk.query.decoder.MetapropertyParameterDecoder
 
decode(N, V) - Method in interface com.bynder.sdk.query.decoder.ParameterDecoder
 
decode(Object) - Method in class com.bynder.sdk.query.decoder.QueryDecoder
Given a query object this method gets its API parameters.
decode(String, String[]) - Method in class com.bynder.sdk.query.decoder.StringArrayParameterDecoder
 
DEFAULT_NAME - Static variable in annotation type com.bynder.sdk.query.decoder.ApiField
 
DEFAULT_TIMEOUT_SECONDS - Static variable in class com.bynder.sdk.configuration.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.collection.CollectionService
Deletes a collection.
deleteCollection(CollectionInfoQuery) - Method in class com.bynder.sdk.service.collection.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.asset.AssetService
Deletes a media asset.
deleteMedia(MediaDeleteQuery) - Method in class com.bynder.sdk.service.asset.AssetServiceImpl
Check AssetService 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.asset.AssetService
Deletes a usage record of a media asset.
deleteUsage(UsageDeleteQuery) - Method in class com.bynder.sdk.service.asset.AssetServiceImpl
Check AssetService 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
 

E

encodeParameterValue(String) - Static method in class com.bynder.sdk.util.Utils
Encodes a string into application/x-www-form-urlencoded format using a UTF-8 as encoding scheme.
execute(Token) - Method in interface com.bynder.sdk.model.oauth.RefreshTokenCallback
 

F

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

G

getAccessToken(Map<String, String>) - Method in interface com.bynder.sdk.api.OAuthApi
Gets a new access token by sending an authorization grant or refresh token.
getAccessToken() - Method in class com.bynder.sdk.model.oauth.Token
 
getAccessToken(String, List<String>) - Method in interface com.bynder.sdk.service.oauth.OAuthService
Gets an access token using the code authorization grant.
getAccessToken(String, List<String>) - Method in class com.bynder.sdk.service.oauth.OAuthServiceImpl
Check OAuthService for more information.
getAccessTokenExpiration() - Method in class com.bynder.sdk.model.oauth.Token
 
getAcl() - Method in class com.bynder.sdk.model.upload.MultipartParameters
 
getAdditional() - Method in class com.bynder.sdk.model.Usage
 
getAdditional() - Method in class com.bynder.sdk.query.UsageCreateQuery
 
getAlgorithm() - Method in class com.bynder.sdk.model.upload.MultipartParameters
 
getAllowedTypes() - Method in class com.bynder.sdk.model.Derivative
 
getArchive() - Method in class com.bynder.sdk.model.Media
 
getArchive() - Method in class com.bynder.sdk.query.MediaModifyQuery
 
getAssetId() - Method in class com.bynder.sdk.model.Usage
 
getAssetId() - Method in class com.bynder.sdk.query.UsageCreateQuery
 
getAssetId() - Method in class com.bynder.sdk.query.UsageDeleteQuery
 
getAssetId() - Method in class com.bynder.sdk.query.UsageQuery
 
getAssetService() - Method in interface com.bynder.sdk.service.BynderClient
Gets an instance of the asset service to interact with the assets in your Bynder portal.
getAssetService() - Method in class com.bynder.sdk.service.BynderClientImpl
Check BynderClient for more information.
getAuthorizationUrl(String, List<String>) - Method in interface com.bynder.sdk.service.oauth.OAuthService
Gets the authorization URL needed to open a web view so the user can login and be authorised with Bynder.
getAuthorizationUrl(String, List<String>) - Method in class com.bynder.sdk.service.oauth.OAuthServiceImpl
Check OAuthService for more information.
getAwsAccessKeyId() - Method in class com.bynder.sdk.model.upload.MultipartParameters
 
getBaseUrl() - Method in class com.bynder.sdk.configuration.Configuration
 
getBatchId() - Method in class com.bynder.sdk.model.upload.SaveMediaResponse
 
getBrandId() - Method in class com.bynder.sdk.model.Media
 
getBrandId() - Method in class com.bynder.sdk.query.upload.SaveMediaQuery
 
getBrandId() - Method in class com.bynder.sdk.query.upload.UploadQuery
 
getBrands() - Method in interface com.bynder.sdk.api.BynderApi
Gets list of the brands.
getBrands() - Method in interface com.bynder.sdk.service.asset.AssetService
Get Brands.
getBrands() - Method in class com.bynder.sdk.service.asset.AssetServiceImpl
Check AssetService for more information.
getBuffer() - Method in class com.bynder.sdk.model.upload.UploadProcessData
 
getChunkNumber() - Method in class com.bynder.sdk.model.upload.UploadProcessData
 
getChunkNumber() - Method in class com.bynder.sdk.query.upload.RegisterChunkQuery
 
getChunks() - Method in class com.bynder.sdk.query.upload.FinaliseUploadQuery
 
getClientId() - Method in class com.bynder.sdk.configuration.Configuration
 
getClientId() - Method in class com.bynder.sdk.query.oauth.TokenQuery
 
getClientSecret() - Method in class com.bynder.sdk.configuration.Configuration
 
getClientSecret() - Method in class com.bynder.sdk.query.oauth.TokenQuery
 
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.
getCode() - Method in class com.bynder.sdk.query.oauth.TokenQuery
 
getCollectionId() - Method in class com.bynder.sdk.query.collection.CollectionAddMediaQuery
 
getCollectionId() - Method in class com.bynder.sdk.query.collection.CollectionInfoQuery
 
getCollectionId() - Method in class com.bynder.sdk.query.collection.CollectionRemoveMediaQuery
 
getCollectionId() - Method in class com.bynder.sdk.query.collection.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.collection.CollectionService
Gets all the information for a specific collection.
getCollectionInfo(CollectionInfoQuery) - Method in class com.bynder.sdk.service.collection.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.collection.CollectionService
Gets a list of the media assets ids of a collection.
getCollectionMediaIds(CollectionInfoQuery) - Method in class com.bynder.sdk.service.collection.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.collection.CollectionService
Gets a list of collections using query information.
getCollections(CollectionQuery) - Method in class com.bynder.sdk.service.collection.CollectionServiceImpl
Check CollectionService for more information.
getCollectionService() - Method in interface com.bynder.sdk.service.BynderClient
Gets an instance of the collection service to interact with the collections in your Bynder portal.
getCollectionService() - Method in class com.bynder.sdk.service.BynderClientImpl
Check BynderClient for more information.
getConnectTimeoutSeconds() - Method in class com.bynder.sdk.configuration.HttpConnectionSettings
 
getContentType() - Method in class com.bynder.sdk.model.upload.MultipartParameters
 
getCopyright() - Method in class com.bynder.sdk.model.Media
 
getCopyright() - Method in class com.bynder.sdk.query.MediaModifyQuery
 
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.configuration.HttpConnectionSettings
 
getDate() - Method in class com.bynder.sdk.model.upload.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.collection.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.MediaModifyQuery
 
getDateStart() - Method in class com.bynder.sdk.query.collection.CollectionShareQuery
 
getDerivatives() - Method in interface com.bynder.sdk.api.BynderApi
Gets list of the account derivatives.
getDerivatives() - Method in interface com.bynder.sdk.service.BynderClient
Gets the list of the derivatives configured for the current account.
getDerivatives() - Method in class com.bynder.sdk.service.BynderClientImpl
 
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.collection.CollectionCreateQuery
 
getDescription() - Method in class com.bynder.sdk.query.MediaModifyQuery
 
getDestination() - Method in class com.bynder.sdk.model.upload.SaveMediaItem
 
getDpi() - Method in class com.bynder.sdk.model.Derivative
 
getExpiresIn() - Method in class com.bynder.sdk.model.oauth.Token
 
getExtensions() - Method in class com.bynder.sdk.model.Media
 
getFile() - Method in class com.bynder.sdk.model.upload.UploadProcessData
 
getFilename() - Method in class com.bynder.sdk.query.upload.RegisterChunkQuery
 
getFilename() - Method in class com.bynder.sdk.query.upload.RequestUploadQuery
 
getFilepath() - Method in class com.bynder.sdk.query.upload.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
 
getGrantType() - Method in class com.bynder.sdk.query.oauth.TokenQuery
 
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.configuration.Configuration
 
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.upload.FinaliseResponse
 
getImportId() - Method in class com.bynder.sdk.query.upload.SaveMediaQuery
 
getIntegration() - Method in class com.bynder.sdk.model.Usage
 
getIntegrationId() - Method in class com.bynder.sdk.query.UsageCreateQuery
 
getIntegrationId() - Method in class com.bynder.sdk.query.UsageDeleteQuery
 
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.upload.PollStatusQuery
 
getItemsDone() - Method in class com.bynder.sdk.model.upload.PollStatus
 
getItemsFailed() - Method in class com.bynder.sdk.model.upload.PollStatus
 
getItemsRejected() - Method in class com.bynder.sdk.model.upload.PollStatus
 
getKey() - Method in class com.bynder.sdk.model.upload.MultipartParameters
 
getKeyword() - Method in class com.bynder.sdk.query.collection.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.collection.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
 
getLocation() - Method in class com.bynder.sdk.query.UsageCreateQuery
 
getLocation() - Method in class com.bynder.sdk.query.UsageDeleteQuery
 
getLoginRequired() - Method in class com.bynder.sdk.query.collection.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.asset.AssetService
Gets the download file URL for a specific media asset file.
getMediaDownloadUrl(MediaDownloadQuery) - Method in class com.bynder.sdk.service.asset.AssetServiceImpl
Check AssetService for more information.
getMediaId() - Method in class com.bynder.sdk.model.upload.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.MediaModifyQuery
 
getMediaId() - Method in class com.bynder.sdk.query.upload.SaveMediaQuery
 
getMediaId() - Method in class com.bynder.sdk.query.upload.UploadQuery
 
getMediaIds() - Method in class com.bynder.sdk.query.collection.CollectionAddMediaQuery
 
getMediaIds() - Method in class com.bynder.sdk.query.collection.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.asset.AssetService
Gets all the information for a specific media.
getMediaInfo(MediaInfoQuery) - Method in class com.bynder.sdk.service.asset.AssetServiceImpl
Check AssetService 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.upload.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.asset.AssetService
Gets a list of media using query information.
getMediaList(MediaQuery) - Method in class com.bynder.sdk.service.asset.AssetServiceImpl
Check AssetService for more information.
getMessage() - Method in class com.bynder.sdk.query.collection.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.asset.AssetService
Get Metaproperties.
getMetaproperties(MetapropertyQuery) - Method in class com.bynder.sdk.service.asset.AssetServiceImpl
Check AssetService for more information.
getMetaproperty() - Method in class com.bynder.sdk.query.MediaModifyQuery
 
getMetapropertyId() - Method in class com.bynder.sdk.query.MetapropertyAttribute
 
getMetapropertyOptions() - Method in class com.bynder.sdk.query.MediaQuery
 
getMultipartParams() - Method in class com.bynder.sdk.model.upload.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.collection.CollectionCreateQuery
 
getName() - Method in class com.bynder.sdk.query.MediaModifyQuery
 
getName() - Method in class com.bynder.sdk.query.upload.SaveMediaQuery
 
getNumberOfChunks() - Method in class com.bynder.sdk.model.upload.UploadProcessData
 
getOAuthService() - Method in interface com.bynder.sdk.service.BynderClient
Gets an instance of the OAuth service to authorize the SDK instance with Bynder and get the access token to perform API requests.
getOAuthService() - Method in class com.bynder.sdk.service.BynderClientImpl
Check BynderClient for more information.
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.MetapropertyAttribute
 
getOrderBy() - Method in class com.bynder.sdk.query.collection.CollectionQuery
 
getOrderBy() - Method in class com.bynder.sdk.query.MediaQuery
 
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.upload.SaveMediaItem
 
getPage() - Method in class com.bynder.sdk.query.collection.CollectionQuery
 
getPage() - Method in class com.bynder.sdk.query.MediaQuery
 
getPolicy() - Method in class com.bynder.sdk.model.upload.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.sample.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.configuration.HttpConnectionSettings
 
getRecipients() - Method in class com.bynder.sdk.query.collection.CollectionShareQuery
 
getRedirectUri() - Method in class com.bynder.sdk.configuration.Configuration
 
getRedirectUri() - Method in class com.bynder.sdk.query.oauth.TokenQuery
 
getRefreshToken() - Method in class com.bynder.sdk.model.oauth.Token
 
getRefreshToken() - Method in class com.bynder.sdk.query.oauth.TokenQuery
 
getRight() - Method in class com.bynder.sdk.query.collection.CollectionShareQuery
 
getS3File() - Method in class com.bynder.sdk.model.DownloadUrl
 
getS3File() - Method in class com.bynder.sdk.model.upload.UploadRequest
 
getS3Filename() - Method in class com.bynder.sdk.model.upload.UploadRequest
 
getS3Filename() - Method in class com.bynder.sdk.query.upload.FinaliseUploadQuery
 
getSaveMediaResponse() - Method in class com.bynder.sdk.model.upload.UploadProgress
 
getScope() - Method in class com.bynder.sdk.model.oauth.Token
 
getScope() - Method in class com.bynder.sdk.query.oauth.TokenQuery
 
getSendMail() - Method in class com.bynder.sdk.query.collection.CollectionShareQuery
 
getSignature() - Method in class com.bynder.sdk.model.upload.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.asset.AssetService
Get Smartfilters.
getSmartfilters() - Method in class com.bynder.sdk.service.asset.AssetServiceImpl
Check AssetService for more information.
getSslContext() - Method in class com.bynder.sdk.configuration.HttpConnectionSettings
 
getSuccess() - Method in class com.bynder.sdk.model.upload.SaveMediaResponse
 
getSuccessActionStatus() - Method in class com.bynder.sdk.model.upload.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.asset.AssetService
Get Tags.
getTags() - Method in class com.bynder.sdk.service.asset.AssetServiceImpl
Check AssetService for more information.
getTargetId() - Method in class com.bynder.sdk.model.upload.S3File
 
getTargetId() - Method in class com.bynder.sdk.query.upload.FinaliseUploadQuery
 
getTargetId() - Method in class com.bynder.sdk.query.upload.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
 
getTimestamp() - Method in class com.bynder.sdk.query.UsageCreateQuery
 
getToken() - Method in class com.bynder.sdk.configuration.Configuration
 
getTokenId() - Method in class com.bynder.sdk.model.oauth.Token
 
getTokenType() - Method in class com.bynder.sdk.model.oauth.Token
 
getTotalBytes() - Method in class com.bynder.sdk.model.upload.UploadProgress
 
getTransmittedBytes() - Method in class com.bynder.sdk.model.upload.UploadProgress
 
getTrustManager() - Method in class com.bynder.sdk.configuration.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.model.upload.UploadProgress
 
getUploadId() - Method in class com.bynder.sdk.model.upload.S3File
 
getUploadId() - Method in class com.bynder.sdk.query.upload.FinaliseUploadQuery
 
getUploadId() - Method in class com.bynder.sdk.query.upload.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.model.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.asset.AssetService
Gets all the media assets usage records.
getUsage(UsageQuery) - Method in class com.bynder.sdk.service.asset.AssetServiceImpl
Check AssetService for more information.
getUserId() - Method in class com.bynder.sdk.model.Collection
 
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
 
GrantType - Enum in com.bynder.sdk.model.oauth
Enum to represent the authorization grant type.

H

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

I

incrementChunk() - Method in class com.bynder.sdk.model.upload.UploadProcessData
 
isActive() - Method in class com.bynder.sdk.model.MediaItem
 
isAudit() - Method in class com.bynder.sdk.query.upload.UploadQuery
 
isCompleted() - Method in class com.bynder.sdk.model.upload.UploadProcessData
 
isCrop() - Method in class com.bynder.sdk.model.Derivative
 
isDateExpiring(Date, int) - Static method in class com.bynder.sdk.util.Utils
Checks if a date is expiring in a specified number of seconds.
isDone() - Method in class com.bynder.sdk.model.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.model.upload.UploadProgress
 
isLoggingInterceptorEnabled() - Method in class com.bynder.sdk.configuration.HttpConnectionSettings
 
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.configuration.HttpConnectionSettings
 
isSelectable() - Method in class com.bynder.sdk.model.MetapropertyOption
 
isSuccessful() - Method in class com.bynder.sdk.model.upload.FileConverterStatus
 

J

JsonParameterDecoder - Class in com.bynder.sdk.query.decoder
Converts parameter name from string to "property_name" to send to API.
JsonParameterDecoder() - Constructor for class com.bynder.sdk.query.decoder.JsonParameterDecoder
 

M

main(String[]) - Static method in class com.bynder.sdk.sample.AppSample
 
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
 
MediaModifyQuery - Class in com.bynder.sdk.query
Query to specify the media metadata to be modified.
MediaModifyQuery(String) - Constructor for class com.bynder.sdk.query.MediaModifyQuery
 
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
 
MetapropertyAttribute - Class in com.bynder.sdk.query
Class to specify the metaproperty options to be added to a media asset.
MetapropertyAttribute(String, String[]) - Constructor for class com.bynder.sdk.query.MetapropertyAttribute
 
MetapropertyAttributeDecoder - Class in com.bynder.sdk.query.decoder
Converts attribute name from string to "metaproperty.name" to send to API.
MetapropertyAttributeDecoder() - Constructor for class com.bynder.sdk.query.decoder.MetapropertyAttributeDecoder
 
MetapropertyOption - Class in com.bynder.sdk.model
Model to represent metaproperty options.
MetapropertyOption() - Constructor for class com.bynder.sdk.model.MetapropertyOption
 
MetapropertyParameterDecoder - Class in com.bynder.sdk.query.decoder
Converts parameter name from string to "property_name" to send to API.
MetapropertyParameterDecoder() - Constructor for class com.bynder.sdk.query.decoder.MetapropertyParameterDecoder
 
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
 
modifyMedia(Map<String, String>) - Method in interface com.bynder.sdk.api.BynderApi
Modifies the media metadata for a specific media id.
modifyMedia(MediaModifyQuery) - Method in interface com.bynder.sdk.service.asset.AssetService
Modifies the metadata of a media asset.
modifyMedia(MediaModifyQuery) - Method in class com.bynder.sdk.service.asset.AssetServiceImpl
Check AssetService for more information.
MultipartParameters - Class in com.bynder.sdk.model.upload
Parameters needed to upload a part to Amazon S3.
MultipartParameters() - Constructor for class com.bynder.sdk.model.upload.MultipartParameters
 

N

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

O

OAuthApi - Interface in com.bynder.sdk.api
Interface of the Bynder OAuth2 provider to handle the HTTP communication.
OAuthService - Interface in com.bynder.sdk.service.oauth
OAuth2 service interface.
OAuthService.Builder - Class in com.bynder.sdk.service.oauth
Builder class used to create a new instance of OAuthService.
OAuthServiceImpl - Class in com.bynder.sdk.service.oauth
 
OrderBy - Enum in com.bynder.sdk.query
Enum used to define how API results should be ordered.

P

ParameterDecoder<N,V> - Interface in com.bynder.sdk.query.decoder
Decoder interface to use in queries to convert parameter name and value from one specific type to Map.
PollStatus - Class in com.bynder.sdk.model.upload
Model returned by BynderApi.getPollStatus(Map).
PollStatus() - Constructor for class com.bynder.sdk.model.upload.PollStatus
 
PollStatusQuery - Class in com.bynder.sdk.query.upload
Query with the information to poll if asset has finished converting.
PollStatusQuery(String[]) - Constructor for class com.bynder.sdk.query.upload.PollStatusQuery
 

Q

QueryDecoder - Class in com.bynder.sdk.query.decoder
Decodes query object to a Map of parameters.
QueryDecoder() - Constructor for class com.bynder.sdk.query.decoder.QueryDecoder
 

R

refreshAccessToken() - Method in interface com.bynder.sdk.service.oauth.OAuthService
Gets a new access token using the refresh token.
refreshAccessToken() - Method in class com.bynder.sdk.service.oauth.OAuthServiceImpl
Check OAuthService for more information.
RefreshTokenCallback - Interface in com.bynder.sdk.model.oauth
Interface of the refresh token callback method.
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.upload
Query with the information to register an uploaded chunk in Bynder.
RegisterChunkQuery(String, int, String, String) - Constructor for class com.bynder.sdk.query.upload.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.collection.CollectionService
Removes media assets from a collection.
removeMediaFromCollection(CollectionRemoveMediaQuery) - Method in class com.bynder.sdk.service.collection.CollectionServiceImpl
Check CollectionService for more information.
RequestUploadQuery - Class in com.bynder.sdk.query.upload
Query with the information to initialise an upload.
RequestUploadQuery(String) - Constructor for class com.bynder.sdk.query.upload.RequestUploadQuery
 
responseBodyConverter(Type, Annotation[], Retrofit) - Method in class com.bynder.sdk.util.StringConverterFactory
Check Converter.Factory#responseBodyConverter(Type, Annotation[], Retrofit) for more information.
ResponseType - Enum in com.bynder.sdk.model.oauth
Enum to represent the response type of the authorization request.

S

S3File - Class in com.bynder.sdk.model.upload
Model to represent the S3 file information returned in the response of BynderApi.getUploadInformation(Map).
S3File() - Constructor for class com.bynder.sdk.model.upload.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.upload
Model to represent each media item returned in SaveMediaResponse.
SaveMediaItem() - Constructor for class com.bynder.sdk.model.upload.SaveMediaItem
 
SaveMediaQuery - Class in com.bynder.sdk.query.upload
Query with the information to save a media asset.
SaveMediaQuery(String) - Constructor for class com.bynder.sdk.query.upload.SaveMediaQuery
 
SaveMediaResponse - Class in com.bynder.sdk.model.upload
Model returned by BynderApi.saveMedia(Map).
SaveMediaResponse() - Constructor for class com.bynder.sdk.model.upload.SaveMediaResponse
 
Scope - Enum in com.bynder.sdk.model.oauth
Enum to represent the authorization scope.
setAccessTokenExpiration() - Method in class com.bynder.sdk.model.oauth.Token
 
setAdditional(String) - Method in class com.bynder.sdk.query.UsageCreateQuery
 
setArchive(Boolean) - Method in class com.bynder.sdk.query.MediaModifyQuery
 
setAssetId(String) - Method in class com.bynder.sdk.query.UsageQuery
 
setAudit(Boolean) - Method in class com.bynder.sdk.query.upload.SaveMediaQuery
 
setAudit(Boolean) - Method in class com.bynder.sdk.query.upload.UploadQuery
 
setBrandId(String) - Method in class com.bynder.sdk.query.upload.SaveMediaQuery
 
setCallback(RefreshTokenCallback) - Method in class com.bynder.sdk.configuration.Configuration.Builder
 
setCopyright(String) - Method in class com.bynder.sdk.query.MediaModifyQuery
 
setCount(Boolean) - Method in class com.bynder.sdk.query.MetapropertyQuery
 
setDateEnd(String) - Method in class com.bynder.sdk.query.collection.CollectionShareQuery
 
setDatePublished(String) - Method in class com.bynder.sdk.query.MediaModifyQuery
 
setDateStart(String) - Method in class com.bynder.sdk.query.collection.CollectionShareQuery
 
setDescription(String) - Method in class com.bynder.sdk.query.collection.CollectionCreateQuery
 
setDescription(String) - Method in class com.bynder.sdk.query.MediaModifyQuery
 
setDone(boolean) - Method in class com.bynder.sdk.model.upload.FileConverterStatus
 
setFinished(boolean) - Method in class com.bynder.sdk.model.upload.UploadProgress
 
setHttpConnectionSettings(HttpConnectionSettings) - Method in class com.bynder.sdk.configuration.Configuration.Builder
 
setIsPublic(Boolean) - Method in class com.bynder.sdk.query.MediaQuery
 
setKeyword(String) - Method in class com.bynder.sdk.query.collection.CollectionQuery
 
setKeyword(String) - Method in class com.bynder.sdk.query.MediaQuery
 
setLimit(Integer) - Method in class com.bynder.sdk.query.collection.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.collection.CollectionShareQuery
 
setMediaId(String) - Method in class com.bynder.sdk.query.upload.SaveMediaQuery
 
setMediaId(String) - Method in class com.bynder.sdk.query.upload.UploadQuery
 
setMediaItemId(String) - Method in class com.bynder.sdk.query.MediaDownloadQuery
 
setMessage(String) - Method in class com.bynder.sdk.query.collection.CollectionShareQuery
 
setMetaproperty(MetapropertyAttribute) - Method in class com.bynder.sdk.query.MediaModifyQuery
 
setMetapropertyOptions(Map<String, String>) - Method in class com.bynder.sdk.query.MediaQuery
 
setName(String) - Method in class com.bynder.sdk.query.MediaModifyQuery
 
setName(String) - Method in class com.bynder.sdk.query.upload.SaveMediaQuery
 
setOrderBy(CollectionOrderType) - Method in class com.bynder.sdk.query.collection.CollectionQuery
 
setOrderBy(OrderBy) - Method in class com.bynder.sdk.query.MediaQuery
 
setPage(Integer) - Method in class com.bynder.sdk.query.collection.CollectionQuery
 
setPage(Integer) - Method in class com.bynder.sdk.query.MediaQuery
 
setPropertyOptionIds(String...) - Method in class com.bynder.sdk.query.MediaQuery
 
setSaveMediaResponse(SaveMediaResponse) - Method in class com.bynder.sdk.model.upload.UploadProgress
 
setSendMail(Boolean) - Method in class com.bynder.sdk.query.collection.CollectionShareQuery
 
setTimestamp(String) - Method in class com.bynder.sdk.query.UsageCreateQuery
 
setToken(Token) - Method in class com.bynder.sdk.configuration.Configuration.Builder
 
setToken(Token) - Method in class com.bynder.sdk.configuration.Configuration
 
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.collection.CollectionService
Shares a collection.
shareCollection(CollectionShareQuery) - Method in class com.bynder.sdk.service.collection.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
 
StringArrayParameterDecoder - Class in com.bynder.sdk.query.decoder
Converts parameter value from string array to a string of comma separated values to send to API.
StringArrayParameterDecoder() - Constructor for class com.bynder.sdk.query.decoder.StringArrayParameterDecoder
 
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
 
Token - Class in com.bynder.sdk.model.oauth
Token model returned by OAuthApi.getAccessToken(Map).
Token(String, int, String, String, String, String) - Constructor for class com.bynder.sdk.model.oauth.Token
 
TokenQuery - Class in com.bynder.sdk.query.oauth
Query used to call OAuthApi.getAccessToken(Map).
TokenQuery(String, String, URI, GrantType, String, String) - Constructor for class com.bynder.sdk.query.oauth.TokenQuery
 
TokenQuery(String, String, GrantType, String) - Constructor for class com.bynder.sdk.query.oauth.TokenQuery
 
toString() - Method in enum com.bynder.sdk.model.MediaType
 
toString() - Method in enum com.bynder.sdk.model.oauth.GrantType
 
toString() - Method in enum com.bynder.sdk.model.oauth.ResponseType
 
toString() - Method in enum com.bynder.sdk.model.oauth.Scope
 
toString() - Method in enum com.bynder.sdk.query.collection.CollectionOrderType
 
toString() - Method in enum com.bynder.sdk.query.collection.CollectionRecipientRight
 
toString() - Method in enum com.bynder.sdk.query.OrderBy
 

U

uploadFile(UploadQuery) - Method in interface com.bynder.sdk.service.asset.AssetService
Uploads a file with the information specified in the query parameter.
uploadFile(UploadQuery) - Method in class com.bynder.sdk.service.asset.AssetServiceImpl
Check AssetService 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.asset.AssetService
Uploads a file with Progress Report.
uploadFileWithProgress(UploadQuery) - Method in class com.bynder.sdk.service.asset.AssetServiceImpl
Check AssetService 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.AmazonS3Api
Uploads a file part to Amazon S3.
uploadPartToAmazon(String, UploadRequest, int, byte[], int) - Method in interface com.bynder.sdk.service.amazons3.AmazonS3Service
Uploads a file part to Amazon S3.
uploadPartToAmazon(String, UploadRequest, int, byte[], int) - Method in class com.bynder.sdk.service.amazons3.AmazonS3ServiceImpl
Check AmazonS3Service for more information.
UploadProcessData - Class in com.bynder.sdk.model.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.model.upload.UploadProcessData
 
UploadProgress - Class in com.bynder.sdk.model.upload
Model to represent the progress of an Asset upload.
UploadProgress(long) - Constructor for class com.bynder.sdk.model.upload.UploadProgress
 
UploadQuery - Class in com.bynder.sdk.query.upload
Query with the information to upload a file.
UploadQuery(String, String) - Constructor for class com.bynder.sdk.query.upload.UploadQuery
 
UploadRequest - Class in com.bynder.sdk.model.upload
Model to represent the authorisation information to start an upload returned by BynderApi.getUploadInformation(Map).
UploadRequest() - Constructor for class com.bynder.sdk.model.upload.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
 
Utils - Class in com.bynder.sdk.util
Utils 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.model.oauth.GrantType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bynder.sdk.model.oauth.ResponseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bynder.sdk.model.oauth.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bynder.sdk.query.collection.CollectionOrderType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bynder.sdk.query.collection.CollectionRecipientRight
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bynder.sdk.query.OrderBy
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.model.oauth.GrantType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bynder.sdk.model.oauth.ResponseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bynder.sdk.model.oauth.Scope
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.collection.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.collection.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.OrderBy
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I J M N O P Q R S T U V 
Skip navigation links

Copyright © 2019. All rights reserved.