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

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

Uses of AzCategoryIdSubjectAccess in org.example.azapi
 

Methods in org.example.azapi that return types with arguments of type AzCategoryIdSubjectAccess
 AzEntity<AzCategoryIdSubjectAccess> AzRequestContext.createAzEntity(AzCategoryIdSubjectAccess t)
           
 AzEntity<AzCategoryIdSubjectAccess> AzRequestContext.getAzEntity(AzCategoryIdSubjectAccess t)
           
 

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

Uses of AzCategoryIdSubjectAccess in org.example.azapi.constants
 

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