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

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

Uses of AzCategoryIdEnvironment in org.example.azapi
 

Methods in org.example.azapi that return types with arguments of type AzCategoryIdEnvironment
 AzEntity<AzCategoryIdEnvironment> AzRequestContext.createAzEntity(AzCategoryIdEnvironment t)
           
 AzEntity<AzCategoryIdEnvironment> AzRequestContext.getAzEntity(AzCategoryIdEnvironment t)
           
 AzEntity<AzCategoryIdEnvironment> AzRequestContext.getAzEnvironment()
          Return the AzEnvironment component of the AzRequestContext or null if it has not been added.
 

Methods in org.example.azapi with parameters of type AzCategoryIdEnvironment
 AzEntity<AzCategoryIdEnvironment> AzRequestContext.createAzEntity(AzCategoryIdEnvironment t)
           
 AzEntity<AzCategoryIdEnvironment> AzRequestContext.getAzEntity(AzCategoryIdEnvironment t)
           
 

Uses of AzCategoryIdEnvironment in org.example.azapi.constants
 

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