Uses of Class
odata.msgraph.client.beta.complex.SharePointIdentity
-
Packages that use SharePointIdentity Package Description odata.msgraph.client.beta.complex -
-
Uses of SharePointIdentity in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as SharePointIdentity Modifier and Type Field Description protected SharePointIdentitySharePointIdentitySet. siteGroupprotected SharePointIdentitySharePointIdentitySet. siteUserMethods in odata.msgraph.client.beta.complex that return SharePointIdentity Modifier and Type Method Description SharePointIdentitySharePointIdentity.Builder. build()SharePointIdentitySharePointIdentity. withLoginName(String loginName)SharePointIdentitySharePointIdentity. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type SharePointIdentity Modifier and Type Method Description Optional<SharePointIdentity>SharePointIdentitySet. getSiteGroup()Optional<SharePointIdentity>SharePointIdentitySet. getSiteUser()Methods in odata.msgraph.client.beta.complex with parameters of type SharePointIdentity Modifier and Type Method Description SharePointIdentitySet.BuilderSharePointIdentitySet.Builder. siteGroup(SharePointIdentity siteGroup)SharePointIdentitySet.BuilderSharePointIdentitySet.Builder. siteUser(SharePointIdentity siteUser)SharePointIdentitySetSharePointIdentitySet. withSiteGroup(SharePointIdentity siteGroup)SharePointIdentitySetSharePointIdentitySet. withSiteUser(SharePointIdentity siteUser)
-