public class AutomaticRepliesMailTips extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
AutomaticRepliesMailTips.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
message |
protected LocaleInfo |
messageLanguage |
protected String |
odataType |
protected DateTimeTimeZone |
scheduledEndTime |
protected DateTimeTimeZone |
scheduledStartTime |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
AutomaticRepliesMailTips() |
| Modifier and Type | Method and Description |
|---|---|
static AutomaticRepliesMailTips.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getMessage() |
Optional<LocaleInfo> |
getMessageLanguage() |
Optional<DateTimeTimeZone> |
getScheduledEndTime() |
Optional<DateTimeTimeZone> |
getScheduledStartTime() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
AutomaticRepliesMailTips |
withMessage(String message) |
AutomaticRepliesMailTips |
withMessageLanguage(LocaleInfo messageLanguage) |
AutomaticRepliesMailTips |
withScheduledEndTime(DateTimeTimeZone scheduledEndTime) |
AutomaticRepliesMailTips |
withScheduledStartTime(DateTimeTimeZone scheduledStartTime) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String message
protected LocaleInfo messageLanguage
protected DateTimeTimeZone scheduledStartTime
protected DateTimeTimeZone scheduledEndTime
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic AutomaticRepliesMailTips withMessage(String message)
public Optional<LocaleInfo> getMessageLanguage()
public AutomaticRepliesMailTips withMessageLanguage(LocaleInfo messageLanguage)
public Optional<DateTimeTimeZone> getScheduledStartTime()
public AutomaticRepliesMailTips withScheduledStartTime(DateTimeTimeZone scheduledStartTime)
public Optional<DateTimeTimeZone> getScheduledEndTime()
public AutomaticRepliesMailTips withScheduledEndTime(DateTimeTimeZone scheduledEndTime)
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 AutomaticRepliesMailTips.Builder builder()
Copyright © 2018–2020. All rights reserved.