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

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

Uses of AzCategoryIdSubjectRequestingMachine in org.example.azapi
 

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

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

Uses of AzCategoryIdSubjectRequestingMachine in org.example.azapi.constants
 

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