Uses of Class
odata.msgraph.client.beta.entity.AppConsentRequest
-
Packages that use AppConsentRequest Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.collection.request -
-
Uses of AppConsentRequest in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return AppConsentRequest Modifier and Type Method Description AppConsentRequestAppConsentRequest.Builder. build()AppConsentRequestAppConsentRequest. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.AppConsentRequestAppConsentRequest. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).AppConsentRequestAppConsentRequest. withAppDisplayName(String appDisplayName)AppConsentRequestAppConsentRequest. withAppId(String appId)AppConsentRequestAppConsentRequest. withConsentType(String consentType)AppConsentRequestAppConsentRequest. withPendingScopes(List<AppConsentRequestScope> pendingScopes)AppConsentRequestAppConsentRequest. withUnmappedField(String name, String value) -
Uses of AppConsentRequest in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request that return types with arguments of type AppConsentRequest Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<AppConsentRequest>AppConsentRequestCollectionRequest. filterByCurrentUser(ConsentRequestFilterByCurrentUserOptions on)
-