Uses of Class
odata.msgraph.client.beta.enums.ResponseType
-
Packages that use ResponseType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of ResponseType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as ResponseType Modifier and Type Field Description protected ResponseTypeResponseStatus. responseMethods in odata.msgraph.client.beta.complex that return types with arguments of type ResponseType Modifier and Type Method Description Optional<ResponseType>ResponseStatus. getResponse()Methods in odata.msgraph.client.beta.complex with parameters of type ResponseType Modifier and Type Method Description ResponseStatus.BuilderResponseStatus.Builder. response(ResponseType response)ResponseStatusResponseStatus. withResponse(ResponseType response) -
Uses of ResponseType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as ResponseType Modifier and Type Field Description protected ResponseTypeEventMessageResponse. responseTypeMethods in odata.msgraph.client.beta.entity that return types with arguments of type ResponseType Modifier and Type Method Description Optional<ResponseType>EventMessageResponse. getResponseType()Methods in odata.msgraph.client.beta.entity with parameters of type ResponseType Modifier and Type Method Description EventMessageResponse.BuilderEventMessageResponse.Builder. responseType(ResponseType responseType)EventMessageResponseEventMessageResponse. withResponseType(ResponseType responseType) -
Uses of ResponseType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return ResponseType Modifier and Type Method Description static ResponseTypeResponseType. valueOf(String name)Returns 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.
-