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

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

Uses of AzCategoryIdSubjectRecipient in org.example.azapi
 

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

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

Uses of AzCategoryIdSubjectRecipient in org.example.azapi.constants
 

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