Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphResponseType
-
Packages that use MicrosoftGraphResponseType Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphResponseType in com.azure.resourcemanager.authorization.fluent.models
Fields in com.azure.resourcemanager.authorization.fluent.models declared as MicrosoftGraphResponseType Modifier and Type Field Description static MicrosoftGraphResponseTypeMicrosoftGraphResponseType. ACCEPTEDStatic value accepted for MicrosoftGraphResponseType.static MicrosoftGraphResponseTypeMicrosoftGraphResponseType. DECLINEDStatic value declined for MicrosoftGraphResponseType.static MicrosoftGraphResponseTypeMicrosoftGraphResponseType. NONEStatic value none for MicrosoftGraphResponseType.static MicrosoftGraphResponseTypeMicrosoftGraphResponseType. NOT_RESPONDEDStatic value notResponded for MicrosoftGraphResponseType.static MicrosoftGraphResponseTypeMicrosoftGraphResponseType. ORGANIZERStatic value organizer for MicrosoftGraphResponseType.static MicrosoftGraphResponseTypeMicrosoftGraphResponseType. TENTATIVELY_ACCEPTEDStatic value tentativelyAccepted for MicrosoftGraphResponseType.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphResponseType Modifier and Type Method Description static MicrosoftGraphResponseTypeMicrosoftGraphResponseType. fromString(String name)Creates or finds a MicrosoftGraphResponseType from its string representation.MicrosoftGraphResponseTypeMicrosoftGraphResponseStatus. response()Get the response property: The response property.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphResponseType Modifier and Type Method Description static Collection<MicrosoftGraphResponseType>MicrosoftGraphResponseType. values()Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphResponseType Modifier and Type Method Description MicrosoftGraphResponseStatusMicrosoftGraphResponseStatus. withResponse(MicrosoftGraphResponseType response)Set the response property: The response property.
-