Uses of Class
odata.msgraph.client.beta.entity.UserConsentRequest
-
Packages that use UserConsentRequest Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.collection.request -
-
Uses of UserConsentRequest in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return UserConsentRequest Modifier and Type Method Description UserConsentRequestUserConsentRequest.Builder. build()UserConsentRequestUserConsentRequest. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.UserConsentRequestUserConsentRequest. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).UserConsentRequestUserConsentRequest. withReason(String reason)UserConsentRequestUserConsentRequest. withUnmappedField(String name, String value) -
Uses of UserConsentRequest in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request that return types with arguments of type UserConsentRequest Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<UserConsentRequest>UserConsentRequestCollectionRequest. filterByCurrentUser(ConsentRequestFilterByCurrentUserOptions on)
-