Package odata.msgraph.client.complex
Class SharePointIdentitySet
- java.lang.Object
-
- odata.msgraph.client.complex.IdentitySet
-
- odata.msgraph.client.complex.SharePointIdentitySet
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class SharePointIdentitySet extends IdentitySet implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSharePointIdentitySet.Builder
-
Field Summary
Fields Modifier and Type Field Description protected Identitygroupprotected SharePointIdentitysiteGroupprotected SharePointIdentitysiteUser-
Fields inherited from class odata.msgraph.client.complex.IdentitySet
application, contextPath, device, odataType, unmappedFields, user
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSharePointIdentitySet()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SharePointIdentitySet.BuilderbuilderSharePointIdentitySet()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<Identity>getGroup()Optional<SharePointIdentity>getSiteGroup()Optional<SharePointIdentity>getSiteUser()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()SharePointIdentitySetwithGroup(Identity group)SharePointIdentitySetwithSiteGroup(SharePointIdentity siteGroup)SharePointIdentitySetwithSiteUser(SharePointIdentity siteUser)SharePointIdentitySetwithUnmappedField(String name, String value)-
Methods inherited from class odata.msgraph.client.complex.IdentitySet
builder, getApplication, getDevice, getUser, withApplication, withDevice, withUser
-
-
-
-
Field Detail
-
group
protected Identity group
-
siteGroup
protected SharePointIdentity siteGroup
-
siteUser
protected SharePointIdentity siteUser
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classIdentitySet
-
withGroup
public SharePointIdentitySet withGroup(Identity group)
-
getSiteGroup
public Optional<SharePointIdentity> getSiteGroup()
-
withSiteGroup
public SharePointIdentitySet withSiteGroup(SharePointIdentity siteGroup)
-
getSiteUser
public Optional<SharePointIdentity> getSiteUser()
-
withSiteUser
public SharePointIdentitySet withSiteUser(SharePointIdentity siteUser)
-
withUnmappedField
public SharePointIdentitySet withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classIdentitySet
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classIdentitySet
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classIdentitySet
-
builderSharePointIdentitySet
public static SharePointIdentitySet.Builder builderSharePointIdentitySet()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
toString
public String toString()
- Overrides:
toStringin classIdentitySet
-
-