Uses of Class
odata.msgraph.client.complex.SharePointIdentitySet
-
Packages that use SharePointIdentitySet Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of SharePointIdentitySet in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return SharePointIdentitySet Modifier and Type Method Description SharePointIdentitySetSharePointIdentitySet.Builder. build()SharePointIdentitySetSharePointIdentitySet. withGroup(Identity group)SharePointIdentitySetSharePointIdentitySet. withSiteGroup(SharePointIdentity siteGroup)SharePointIdentitySetSharePointIdentitySet. withSiteUser(SharePointIdentity siteUser)SharePointIdentitySetSharePointIdentitySet. withUnmappedField(String name, Object value) -
Uses of SharePointIdentitySet in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as SharePointIdentitySet Modifier and Type Field Description protected SharePointIdentitySetPermission. grantedToV2Fields in odata.msgraph.client.entity with type parameters of type SharePointIdentitySet Modifier and Type Field Description protected List<SharePointIdentitySet>Permission. grantedToIdentitiesV2Methods in odata.msgraph.client.entity that return types with arguments of type SharePointIdentitySet Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<SharePointIdentitySet>Permission. getGrantedToIdentitiesV2()com.github.davidmoten.odata.client.CollectionPage<SharePointIdentitySet>Permission. getGrantedToIdentitiesV2(com.github.davidmoten.odata.client.HttpRequestOptions options)Optional<SharePointIdentitySet>Permission. getGrantedToV2()Methods in odata.msgraph.client.entity with parameters of type SharePointIdentitySet Modifier and Type Method Description Permission.BuilderPermission.Builder. grantedToIdentitiesV2(SharePointIdentitySet... grantedToIdentitiesV2)Permission.BuilderPermission.Builder. grantedToV2(SharePointIdentitySet grantedToV2)PermissionPermission. withGrantedToV2(SharePointIdentitySet grantedToV2)Method parameters in odata.msgraph.client.entity with type arguments of type SharePointIdentitySet Modifier and Type Method Description Permission.BuilderPermission.Builder. grantedToIdentitiesV2(List<SharePointIdentitySet> grantedToIdentitiesV2)PermissionPermission. withGrantedToIdentitiesV2(List<SharePointIdentitySet> grantedToIdentitiesV2)
-