Uses of Class
org.example.azapi.constants.AzDataTypeIdBase64Binary

Packages that use AzDataTypeIdBase64Binary
org.example.azapi The AzApi package contains the interfaces that must be implemented by a provider. 
org.example.azapi.constants   
 

Uses of AzDataTypeIdBase64Binary in org.example.azapi
 

Methods in org.example.azapi with parameters of type AzDataTypeIdBase64Binary
 AzAttributeValueBase64Binary AzEntity.createAzAttributeValue(AzDataTypeIdBase64Binary u, AzDataByteArray v)
          Returns an AzAttributeValue object that holds a AzDataByteArray type and value, that can be used with an AzAttribute of any AzCategoryId.
 

Uses of AzDataTypeIdBase64Binary in org.example.azapi.constants
 

Methods in org.example.azapi.constants that return AzDataTypeIdBase64Binary
static AzDataTypeIdBase64Binary AzDataTypeIdBase64Binary.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AzDataTypeIdBase64Binary[] AzDataTypeIdBase64Binary.values()
          Returns an array containing the constants of this enum type, in the order they are declared.