Uses of Class
com.microsoft.graph.models.SharePointIdentitySet
Packages that use SharePointIdentitySet
-
Uses of SharePointIdentitySet in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return SharePointIdentitySetModifier and TypeMethodDescriptionstatic SharePointIdentitySetSharePointIdentitySet.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valuePermission.getGrantedToV2()Gets the grantedToV2 property value.SharePointGroupMember.getIdentity()Gets the identity property value.Methods in com.microsoft.graph.models that return types with arguments of type SharePointIdentitySetModifier and TypeMethodDescriptionPermission.getGrantedToIdentitiesV2()Gets the grantedToIdentitiesV2 property value.Methods in com.microsoft.graph.models with parameters of type SharePointIdentitySetModifier and TypeMethodDescriptionvoidPermission.setGrantedToV2(SharePointIdentitySet value) Sets the grantedToV2 property value.voidSharePointGroupMember.setIdentity(SharePointIdentitySet value) Sets the identity property value.Method parameters in com.microsoft.graph.models with type arguments of type SharePointIdentitySetModifier and TypeMethodDescriptionvoidPermission.setGrantedToIdentitiesV2(List<SharePointIdentitySet> value) Sets the grantedToIdentitiesV2 property value.