Package odata.msgraph.client.complex
Class IdentitySet
- java.lang.Object
-
- odata.msgraph.client.complex.IdentitySet
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
- Direct Known Subclasses:
ChatMessageFromIdentitySet,ChatMessageMentionedIdentitySet,ChatMessageReactionIdentitySet,CommunicationsIdentitySet,SharePointIdentitySet
public class IdentitySet extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIdentitySet.Builder
-
Field Summary
Fields Modifier and Type Field Description protected Identityapplicationprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected Identitydeviceprotected StringodataTypeprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFieldsprotected Identityuser
-
Constructor Summary
Constructors Modifier Constructor Description protectedIdentitySet()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IdentitySet.Builderbuilder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<Identity>getApplication()Optional<Identity>getDevice()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()Optional<Identity>getUser()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()IdentitySetwithApplication(Identity application)IdentitySetwithDevice(Identity device)IdentitySetwithUnmappedField(String name, Object value)IdentitySetwithUser(Identity user)
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
application
protected Identity application
-
device
protected Identity device
-
user
protected Identity user
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withApplication
public IdentitySet withApplication(Identity application)
-
withDevice
public IdentitySet withDevice(Identity device)
-
withUser
public IdentitySet withUser(Identity user)
-
withUnmappedField
public IdentitySet withUnmappedField(String name, Object value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static IdentitySet.Builder builder()
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
-
-