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

A

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

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) - Static method in class com.bynder.sdk.util.Utils
Creates an implementation of the API endpoints defined by the service interface.
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

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
 
getAlgorithm() - Method in class com.bynder.sdk.model.MultipartParameters
 
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.
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.
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
 
getDate() - Method in class com.bynder.sdk.model.MultipartParameters
 
getDateCreated() - Method in class com.bynder.sdk.model.Media
 
getDateCreated() - Method in class com.bynder.sdk.model.MediaItem
 
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
 
getDescription() - Method in class com.bynder.sdk.model.Brand
 
getDescription() - Method in class com.bynder.sdk.model.Media
 
getDescription() - Method in class com.bynder.sdk.query.MediaPropertiesQuery
 
getDestination() - Method in class com.bynder.sdk.model.SaveMediaItem
 
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
 
getHeight() - Method in class com.bynder.sdk.model.Media
 
getHeight() - Method in class com.bynder.sdk.model.MediaItem
 
getId() - Method in class com.bynder.sdk.model.Brand
 
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.Tag
 
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
 
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.MediaQuery
 
getLabel() - Method in class com.bynder.sdk.model.Metaproperty
 
getLabel() - Method in class com.bynder.sdk.model.MetapropertyOption
 
getLimit() - Method in class com.bynder.sdk.query.MediaQuery
 
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.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
 
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.
getMetaproperties(Map<String, String>) - Method in interface com.bynder.sdk.api.BynderApi
Gets map of the metaproperties.
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.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.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
 
getOrientation() - 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.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.
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
 
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.
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
 
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
 
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
 
getThumbnails() - Method in class com.bynder.sdk.model.Media
 
getThumbnails() - Method in class com.bynder.sdk.model.MediaItem
 
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
 
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.query.MediaQuery
 
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
 
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
 
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
 

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
 
isDone() - Method in class com.bynder.sdk.service.upload.FileConverterStatus
 
isFilterable() - Method in class com.bynder.sdk.model.Metaproperty
 
isFinished() - Method in class com.bynder.sdk.service.upload.UploadProgress
 
isPublic() - Method in class com.bynder.sdk.model.Media
 
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
 
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
 
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.
setArchive(Boolean) - Method in class com.bynder.sdk.query.MediaPropertiesQuery
 
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
 
setDatePublished(String) - Method in class com.bynder.sdk.query.MediaPropertiesQuery
 
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
 
setKeyword(String) - Method in class com.bynder.sdk.query.MediaQuery
 
setLimit(Integer) - Method in class com.bynder.sdk.query.MediaQuery
 
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.
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
 
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
 
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) - Constructor for class com.bynder.sdk.model.Settings
 
setType(MediaType) - Method in class com.bynder.sdk.query.MediaQuery
 
setVersions(Boolean) - Method in class com.bynder.sdk.query.MediaInfoQuery
 
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
 

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
 
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.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.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 © 2017. All rights reserved.