Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphResponseStatus
-
Packages that use MicrosoftGraphResponseStatus Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphResponseStatus in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphResponseStatus Modifier and Type Method Description MicrosoftGraphResponseStatus
MicrosoftGraphEvent. responseStatus()
Get the responseStatus property: responseStatus.MicrosoftGraphResponseStatus
MicrosoftGraphAttendee. status()
Get the status property: responseStatus.MicrosoftGraphResponseStatus
MicrosoftGraphResponseStatus. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: responseStatus.MicrosoftGraphResponseStatus
MicrosoftGraphResponseStatus. withResponse(MicrosoftGraphResponseType response)
Set the response property: The response property.MicrosoftGraphResponseStatus
MicrosoftGraphResponseStatus. withTime(OffsetDateTime time)
Set the time property: The date and time that the response was returned.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphResponseStatus Modifier and Type Method Description MicrosoftGraphEvent
MicrosoftGraphEvent. withResponseStatus(MicrosoftGraphResponseStatus responseStatus)
Set the responseStatus property: responseStatus.MicrosoftGraphAttendee
MicrosoftGraphAttendee. withStatus(MicrosoftGraphResponseStatus status)
Set the status property: responseStatus.
-