Uses of Class
com.blockchyp.client.dto.MediaMetadata
Packages that use MediaMetadata
-
Uses of MediaMetadata in com.blockchyp.client
Methods in com.blockchyp.client that return MediaMetadataModifier and TypeMethodDescriptionBlockChypClient.mediaAsset(MediaRequest request) Returns the media details for a single media asset.BlockChypClient.uploadMedia(UploadMetadata request, InputStream inStream) Uploads a media asset to the media library. -
Uses of MediaMetadata in com.blockchyp.client.dto
Methods in com.blockchyp.client.dto that return types with arguments of type MediaMetadataModifier and TypeMethodDescriptionMediaLibraryResponse.getResults()Gets enumerates all media assets available in the context.Methods in com.blockchyp.client.dto with parameters of type MediaMetadataModifier and TypeMethodDescriptionvoidMediaLibraryResponse.addResult(MediaMetadata value) Adds a enumerates all media assets available in the context.Method parameters in com.blockchyp.client.dto with type arguments of type MediaMetadataModifier and TypeMethodDescriptionvoidMediaLibraryResponse.setResults(Collection<MediaMetadata> value) Sets enumerates all media assets available in the context.