Uses of Class
odata.msgraph.client.complex.AppConsentRequestScope
-
Packages that use AppConsentRequestScope Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of AppConsentRequestScope in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return AppConsentRequestScope Modifier and Type Method Description AppConsentRequestScopeAppConsentRequestScope.Builder. build()AppConsentRequestScopeAppConsentRequestScope. withDisplayName(String displayName)AppConsentRequestScopeAppConsentRequestScope. withUnmappedField(String name, Object value) -
Uses of AppConsentRequestScope in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type AppConsentRequestScope Modifier and Type Field Description protected List<AppConsentRequestScope>AppConsentRequest. pendingScopesMethods in odata.msgraph.client.entity that return types with arguments of type AppConsentRequestScope Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<AppConsentRequestScope>AppConsentRequest. getPendingScopes()com.github.davidmoten.odata.client.CollectionPage<AppConsentRequestScope>AppConsentRequest. getPendingScopes(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.entity with parameters of type AppConsentRequestScope Modifier and Type Method Description AppConsentRequest.BuilderAppConsentRequest.Builder. pendingScopes(AppConsentRequestScope... pendingScopes)Method parameters in odata.msgraph.client.entity with type arguments of type AppConsentRequestScope Modifier and Type Method Description AppConsentRequest.BuilderAppConsentRequest.Builder. pendingScopes(List<AppConsentRequestScope> pendingScopes)AppConsentRequestAppConsentRequest. withPendingScopes(List<AppConsentRequestScope> pendingScopes)
-