Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphAttendeeType
-
Packages that use MicrosoftGraphAttendeeType Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphAttendeeType in com.azure.resourcemanager.authorization.fluent.models
Fields in com.azure.resourcemanager.authorization.fluent.models declared as MicrosoftGraphAttendeeType Modifier and Type Field Description static MicrosoftGraphAttendeeTypeMicrosoftGraphAttendeeType. OPTIONALStatic value optional for MicrosoftGraphAttendeeType.static MicrosoftGraphAttendeeTypeMicrosoftGraphAttendeeType. REQUIREDStatic value required for MicrosoftGraphAttendeeType.static MicrosoftGraphAttendeeTypeMicrosoftGraphAttendeeType. RESOURCEStatic value resource for MicrosoftGraphAttendeeType.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphAttendeeType Modifier and Type Method Description static MicrosoftGraphAttendeeTypeMicrosoftGraphAttendeeType. fromString(String name)Creates or finds a MicrosoftGraphAttendeeType from its string representation.MicrosoftGraphAttendeeTypeMicrosoftGraphAttendeeBase. type()Get the type property: The type property.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphAttendeeType Modifier and Type Method Description static Collection<MicrosoftGraphAttendeeType>MicrosoftGraphAttendeeType. values()Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphAttendeeType Modifier and Type Method Description MicrosoftGraphAttendeeMicrosoftGraphAttendee. withType(MicrosoftGraphAttendeeType type)Set the type property: The type property.MicrosoftGraphAttendeeBaseMicrosoftGraphAttendeeBase. withType(MicrosoftGraphAttendeeType type)Set the type property: The type property.
-