Uses of Class
odata.msgraph.client.enums.RejectReason
-
Packages that use RejectReason Package Description odata.msgraph.client.complex odata.msgraph.client.entity odata.msgraph.client.entity.request odata.msgraph.client.enums -
-
Uses of RejectReason in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as RejectReason Modifier and Type Field Description protected RejectReasonRejectJoinResponse. reasonMethods in odata.msgraph.client.complex that return types with arguments of type RejectReason Modifier and Type Method Description Optional<RejectReason>RejectJoinResponse. getReason()Methods in odata.msgraph.client.complex with parameters of type RejectReason Modifier and Type Method Description RejectJoinResponse.BuilderRejectJoinResponse.Builder. reason(RejectReason reason)RejectJoinResponseRejectJoinResponse. withReason(RejectReason reason) -
Uses of RejectReason in odata.msgraph.client.entity
Methods in odata.msgraph.client.entity with parameters of type RejectReason Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnCall. reject(RejectReason reason, String callbackUri) -
Uses of RejectReason in odata.msgraph.client.entity.request
Methods in odata.msgraph.client.entity.request with parameters of type RejectReason Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnCallRequest. reject(RejectReason reason, String callbackUri) -
Uses of RejectReason in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return RejectReason Modifier and Type Method Description static RejectReasonRejectReason. valueOf(String name)Returns the enum constant of this type with the specified name.static RejectReason[]RejectReason. values()Returns an array containing the constants of this enum type, in the order they are declared.
-