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 MicrosoftGraphResponseStatusMicrosoftGraphEvent. responseStatus()Get the responseStatus property: responseStatus.MicrosoftGraphResponseStatusMicrosoftGraphAttendee. status()Get the status property: responseStatus.MicrosoftGraphResponseStatusMicrosoftGraphResponseStatus. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: responseStatus.MicrosoftGraphResponseStatusMicrosoftGraphResponseStatus. withResponse(MicrosoftGraphResponseType response)Set the response property: The response property.MicrosoftGraphResponseStatusMicrosoftGraphResponseStatus. 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 MicrosoftGraphEventMicrosoftGraphEvent. withResponseStatus(MicrosoftGraphResponseStatus responseStatus)Set the responseStatus property: responseStatus.MicrosoftGraphAttendeeMicrosoftGraphAttendee. withStatus(MicrosoftGraphResponseStatus status)Set the status property: responseStatus.
-