Package odata.msgraph.client.complex
Class ChannelDescriptionUpdatedEventMessageDetail
- java.lang.Object
-
- odata.msgraph.client.complex.EventMessageDetail
-
- odata.msgraph.client.complex.ChannelDescriptionUpdatedEventMessageDetail
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class ChannelDescriptionUpdatedEventMessageDetail extends EventMessageDetail implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classChannelDescriptionUpdatedEventMessageDetail.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringchannelDescriptionprotected StringchannelIdprotected IdentitySetinitiator-
Fields inherited from class odata.msgraph.client.complex.EventMessageDetail
contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedChannelDescriptionUpdatedEventMessageDetail()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ChannelDescriptionUpdatedEventMessageDetail.BuilderbuilderChannelDescriptionUpdatedEventMessageDetail()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<String>getChannelDescription()Optional<String>getChannelId()Optional<IdentitySet>getInitiator()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()ChannelDescriptionUpdatedEventMessageDetailwithChannelDescription(String channelDescription)ChannelDescriptionUpdatedEventMessageDetailwithChannelId(String channelId)ChannelDescriptionUpdatedEventMessageDetailwithInitiator(IdentitySet initiator)ChannelDescriptionUpdatedEventMessageDetailwithUnmappedField(String name, String value)
-
-
-
Field Detail
-
channelDescription
protected String channelDescription
-
channelId
protected String channelId
-
initiator
protected IdentitySet initiator
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEventMessageDetail
-
withChannelDescription
public ChannelDescriptionUpdatedEventMessageDetail withChannelDescription(String channelDescription)
-
withChannelId
public ChannelDescriptionUpdatedEventMessageDetail withChannelId(String channelId)
-
getInitiator
public Optional<IdentitySet> getInitiator()
-
withInitiator
public ChannelDescriptionUpdatedEventMessageDetail withInitiator(IdentitySet initiator)
-
withUnmappedField
public ChannelDescriptionUpdatedEventMessageDetail withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classEventMessageDetail
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classEventMessageDetail
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classEventMessageDetail
-
builderChannelDescriptionUpdatedEventMessageDetail
public static ChannelDescriptionUpdatedEventMessageDetail.Builder builderChannelDescriptionUpdatedEventMessageDetail()
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 classEventMessageDetail
-
-