Package odata.msgraph.client.complex
Class AutomaticRepliesSetting
- java.lang.Object
-
- odata.msgraph.client.complex.AutomaticRepliesSetting
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class AutomaticRepliesSetting extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAutomaticRepliesSetting.Builder
-
Field Summary
Fields Modifier and Type Field Description protected com.github.davidmoten.odata.client.ContextPathcontextPathprotected ExternalAudienceScopeexternalAudienceprotected StringexternalReplyMessageprotected StringinternalReplyMessageprotected StringodataTypeprotected DateTimeTimeZonescheduledEndDateTimeprotected DateTimeTimeZonescheduledStartDateTimeprotected AutomaticRepliesStatusstatusprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedAutomaticRepliesSetting()
-
Method Summary
-
-
-
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
-
externalAudience
protected ExternalAudienceScope externalAudience
-
externalReplyMessage
protected String externalReplyMessage
-
internalReplyMessage
protected String internalReplyMessage
-
scheduledEndDateTime
protected DateTimeTimeZone scheduledEndDateTime
-
scheduledStartDateTime
protected DateTimeTimeZone scheduledStartDateTime
-
status
protected AutomaticRepliesStatus status
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
getExternalAudience
public Optional<ExternalAudienceScope> getExternalAudience()
-
withExternalAudience
public AutomaticRepliesSetting withExternalAudience(ExternalAudienceScope externalAudience)
-
withExternalReplyMessage
public AutomaticRepliesSetting withExternalReplyMessage(String externalReplyMessage)
-
withInternalReplyMessage
public AutomaticRepliesSetting withInternalReplyMessage(String internalReplyMessage)
-
getScheduledEndDateTime
public Optional<DateTimeTimeZone> getScheduledEndDateTime()
-
withScheduledEndDateTime
public AutomaticRepliesSetting withScheduledEndDateTime(DateTimeTimeZone scheduledEndDateTime)
-
getScheduledStartDateTime
public Optional<DateTimeTimeZone> getScheduledStartDateTime()
-
withScheduledStartDateTime
public AutomaticRepliesSetting withScheduledStartDateTime(DateTimeTimeZone scheduledStartDateTime)
-
getStatus
public Optional<AutomaticRepliesStatus> getStatus()
-
withStatus
public AutomaticRepliesSetting withStatus(AutomaticRepliesStatus status)
-
withUnmappedField
public AutomaticRepliesSetting 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 AutomaticRepliesSetting.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
-
-