public class MailTips extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
MailTips.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected AutomaticRepliesMailTips |
automaticReplies |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
customMailTip |
protected Boolean |
deliveryRestricted |
protected EmailAddress |
emailAddress |
protected MailTipsError |
error |
protected Integer |
externalMemberCount |
protected Boolean |
isModerated |
protected Boolean |
mailboxFull |
protected Integer |
maxMessageSize |
protected String |
odataType |
protected RecipientScopeType |
recipientScope |
protected List<Recipient> |
recipientSuggestions |
protected String |
recipientSuggestionsNextLink |
protected Integer |
totalMemberCount |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
MailTips() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected EmailAddress emailAddress
protected AutomaticRepliesMailTips automaticReplies
protected Boolean mailboxFull
protected String customMailTip
protected Integer externalMemberCount
protected Integer totalMemberCount
protected Boolean deliveryRestricted
protected Boolean isModerated
protected RecipientScopeType recipientScope
protected String recipientSuggestionsNextLink
protected Integer maxMessageSize
protected MailTipsError error
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<EmailAddress> getEmailAddress()
public MailTips withEmailAddress(EmailAddress emailAddress)
public Optional<AutomaticRepliesMailTips> getAutomaticReplies()
public MailTips withAutomaticReplies(AutomaticRepliesMailTips automaticReplies)
public Optional<RecipientScopeType> getRecipientScope()
public MailTips withRecipientScope(RecipientScopeType recipientScope)
public com.github.davidmoten.odata.client.CollectionPage<Recipient> getRecipientSuggestions()
public com.github.davidmoten.odata.client.CollectionPage<Recipient> getRecipientSuggestions(com.github.davidmoten.odata.client.HttpRequestOptions options)
public Optional<MailTipsError> getError()
public MailTips withError(MailTipsError error)
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 MailTips.Builder builder()
Copyright © 2018–2020. All rights reserved.