Uses of Enum
com.microsoft.graph.models.ResponseType
Packages that use ResponseType
-
Uses of ResponseType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ResponseTypeModifier and TypeMethodDescriptionstatic ResponseTypeResponseStatus.getResponse()Gets the response property value.EventMessageResponse.getResponseType()Gets the responseType property value.static ResponseTypeReturns the enum constant of this type with the specified name.static ResponseType[]ResponseType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type ResponseTypeModifier and TypeMethodDescriptionvoidResponseStatus.setResponse(ResponseType value) Sets the response property value.voidEventMessageResponse.setResponseType(ResponseType value) Sets the responseType property value.