Uses of Class
com.blockchyp.client.dto.BrandingAsset
Packages that use BrandingAsset
-
Uses of BrandingAsset in com.blockchyp.client
Methods in com.blockchyp.client that return BrandingAssetModifier and TypeMethodDescriptionBlockChypClient.updateBrandingAsset(BrandingAsset request) Updates a branding asset.Methods in com.blockchyp.client with parameters of type BrandingAssetModifier and TypeMethodDescriptionBlockChypClient.updateBrandingAsset(BrandingAsset request) Updates a branding asset. -
Uses of BrandingAsset in com.blockchyp.client.dto
Methods in com.blockchyp.client.dto that return BrandingAssetModifier and TypeMethodDescriptionBrandingAssetResponse.getActiveAsset()Gets the asset currently displayed on the terminal.Methods in com.blockchyp.client.dto that return types with arguments of type BrandingAssetModifier and TypeMethodDescriptionBrandingAssetResponse.getResults()Gets enumerates all branding assets in a given credential scope.Methods in com.blockchyp.client.dto with parameters of type BrandingAssetModifier and TypeMethodDescriptionvoidBrandingAssetResponse.addResult(BrandingAsset value) Adds a enumerates all branding assets in a given credential scope.voidBrandingAssetResponse.setActiveAsset(BrandingAsset value) Sets the asset currently displayed on the terminal.Method parameters in com.blockchyp.client.dto with type arguments of type BrandingAssetModifier and TypeMethodDescriptionvoidBrandingAssetResponse.setResults(Collection<BrandingAsset> value) Sets enumerates all branding assets in a given credential scope.