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

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

Uses of AzCategoryIdSubjectIntermediary in org.example.azapi
 

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

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

Uses of AzCategoryIdSubjectIntermediary in org.example.azapi.constants
 

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