public class AutomaticRepliesSetting extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
AutomaticRepliesSetting.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected ExternalAudienceScope |
externalAudience |
protected String |
externalReplyMessage |
protected String |
internalReplyMessage |
protected String |
odataType |
protected DateTimeTimeZone |
scheduledEndDateTime |
protected DateTimeTimeZone |
scheduledStartDateTime |
protected AutomaticRepliesStatus |
status |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
AutomaticRepliesSetting() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected AutomaticRepliesStatus status
protected ExternalAudienceScope externalAudience
protected DateTimeTimeZone scheduledStartDateTime
protected DateTimeTimeZone scheduledEndDateTime
protected String internalReplyMessage
protected String externalReplyMessage
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<AutomaticRepliesStatus> getStatus()
public AutomaticRepliesSetting withStatus(AutomaticRepliesStatus status)
public Optional<ExternalAudienceScope> getExternalAudience()
public AutomaticRepliesSetting withExternalAudience(ExternalAudienceScope externalAudience)
public Optional<DateTimeTimeZone> getScheduledStartDateTime()
public AutomaticRepliesSetting withScheduledStartDateTime(DateTimeTimeZone scheduledStartDateTime)
public Optional<DateTimeTimeZone> getScheduledEndDateTime()
public AutomaticRepliesSetting withScheduledEndDateTime(DateTimeTimeZone scheduledEndDateTime)
public AutomaticRepliesSetting withInternalReplyMessage(String internalReplyMessage)
public AutomaticRepliesSetting withExternalReplyMessage(String externalReplyMessage)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static AutomaticRepliesSetting.Builder builder()
Copyright © 2018–2020. All rights reserved.