Uses of Class
com.microsoft.graph.models.ResponseStatus
Packages that use ResponseStatus
-
Uses of ResponseStatus in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ResponseStatusModifier and TypeMethodDescriptionstatic ResponseStatusResponseStatus.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueEvent.getResponseStatus()Gets the responseStatus property value.Attendee.getStatus()Gets the status property value.Methods in com.microsoft.graph.models with parameters of type ResponseStatusModifier and TypeMethodDescriptionvoidEvent.setResponseStatus(ResponseStatus value) Sets the responseStatus property value.voidAttendee.setStatus(ResponseStatus value) Sets the status property value.