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

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

Uses of AzCategoryIdStatusDetail in org.example.azapi
 

Methods in org.example.azapi that return types with arguments of type AzCategoryIdStatusDetail
 AzEntity<AzCategoryIdStatusDetail> AzResult.getAzStatusDetail()
          May be used to return an arbitrary object from the PDP.
 

Uses of AzCategoryIdStatusDetail in org.example.azapi.constants
 

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