Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphBodyType
-
Packages that use MicrosoftGraphBodyType Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphBodyType in com.azure.resourcemanager.authorization.fluent.models
Fields in com.azure.resourcemanager.authorization.fluent.models declared as MicrosoftGraphBodyType Modifier and Type Field Description static MicrosoftGraphBodyTypeMicrosoftGraphBodyType. HTMLStatic value html for MicrosoftGraphBodyType.static MicrosoftGraphBodyTypeMicrosoftGraphBodyType. TEXTStatic value text for MicrosoftGraphBodyType.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphBodyType Modifier and Type Method Description MicrosoftGraphBodyTypeMicrosoftGraphItemBody. contentType()Get the contentType property: The contentType property.static MicrosoftGraphBodyTypeMicrosoftGraphBodyType. fromString(String name)Creates or finds a MicrosoftGraphBodyType from its string representation.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphBodyType Modifier and Type Method Description static Collection<MicrosoftGraphBodyType>MicrosoftGraphBodyType. values()Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphBodyType Modifier and Type Method Description MicrosoftGraphItemBodyMicrosoftGraphItemBody. withContentType(MicrosoftGraphBodyType contentType)Set the contentType property: The contentType property.
-