Uses of Class
com.microsoft.graph.models.OAuth2PermissionGrant
Packages that use OAuth2PermissionGrant
-
Uses of OAuth2PermissionGrant in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return OAuth2PermissionGrantModifier and TypeMethodDescriptionstatic OAuth2PermissionGrantOAuth2PermissionGrant.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type OAuth2PermissionGrantModifier and TypeMethodDescriptionServicePrincipal.getOauth2PermissionGrants()Gets the oauth2PermissionGrants property value.User.getOauth2PermissionGrants()Gets the oauth2PermissionGrants property value.OAuth2PermissionGrantCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type OAuth2PermissionGrantModifier and TypeMethodDescriptionvoidServicePrincipal.setOauth2PermissionGrants(List<OAuth2PermissionGrant> value) Sets the oauth2PermissionGrants property value.voidUser.setOauth2PermissionGrants(List<OAuth2PermissionGrant> value) Sets the oauth2PermissionGrants property value.voidOAuth2PermissionGrantCollectionResponse.setValue(List<OAuth2PermissionGrant> value) Sets the value property value.