Uses of Class
odata.msgraph.client.beta.entity.AppConsentRequest.Builder
-
Packages that use AppConsentRequest.Builder Package Description odata.msgraph.client.beta.entity -
-
Uses of AppConsentRequest.Builder in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return AppConsentRequest.Builder Modifier and Type Method Description AppConsentRequest.BuilderAppConsentRequest.Builder. appDisplayName(String appDisplayName)AppConsentRequest.BuilderAppConsentRequest.Builder. appId(String appId)static AppConsentRequest.BuilderAppConsentRequest. builderAppConsentRequest()Returns a builder which is used to create a new instance of this class (given that this class is immutable).AppConsentRequest.BuilderAppConsentRequest.Builder. consentType(String consentType)AppConsentRequest.BuilderAppConsentRequest.Builder. id(String id)AppConsentRequest.BuilderAppConsentRequest.Builder. pendingScopes(List<AppConsentRequestScope> pendingScopes)AppConsentRequest.BuilderAppConsentRequest.Builder. pendingScopes(AppConsentRequestScope... pendingScopes)AppConsentRequest.BuilderAppConsentRequest.Builder. pendingScopesNextLink(String pendingScopesNextLink)
-