public class MailTips extends java.lang.Object implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
AutomaticRepliesMailTips |
automaticReplies
The Automatic Replies.
|
java.lang.String |
customMailTip
The Custom Mail Tip.
|
java.lang.Boolean |
deliveryRestricted
The Delivery Restricted.
|
EmailAddress |
emailAddress
The Email Address.
|
MailTipsError |
error
The Error.
|
java.lang.Integer |
externalMemberCount
The External Member Count.
|
java.lang.Boolean |
isModerated
The Is Moderated.
|
java.lang.Boolean |
mailboxFull
The Mailbox Full.
|
java.lang.Integer |
maxMessageSize
The Max Message Size.
|
java.lang.String |
oDataType |
java.util.EnumSet<RecipientScopeType> |
recipientScope
The Recipient Scope.
|
java.util.List<Recipient> |
recipientSuggestions
The Recipient Suggestions.
|
java.lang.Integer |
totalMemberCount
The Total Member Count.
|
| Constructor and Description |
|---|
MailTips() |
| Modifier and Type | Method and Description |
|---|---|
AdditionalDataManager |
additionalDataManager()
Provides access to objects not anticipated in the model, as well as
request and response data from the HTTP call
|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
@SerializedName(value="@odata.type") @Expose public java.lang.String oDataType
@SerializedName(value="automaticReplies",
alternate="AutomaticReplies")
@Expose
public AutomaticRepliesMailTips automaticReplies
@SerializedName(value="customMailTip",
alternate="CustomMailTip")
@Expose
public java.lang.String customMailTip
@SerializedName(value="deliveryRestricted",
alternate="DeliveryRestricted")
@Expose
public java.lang.Boolean deliveryRestricted
@SerializedName(value="emailAddress",
alternate="EmailAddress")
@Expose
public EmailAddress emailAddress
@SerializedName(value="error",
alternate="Error")
@Expose
public MailTipsError error
@SerializedName(value="externalMemberCount",
alternate="ExternalMemberCount")
@Expose
public java.lang.Integer externalMemberCount
@SerializedName(value="isModerated",
alternate="IsModerated")
@Expose
public java.lang.Boolean isModerated
@SerializedName(value="mailboxFull",
alternate="MailboxFull")
@Expose
public java.lang.Boolean mailboxFull
@SerializedName(value="maxMessageSize",
alternate="MaxMessageSize")
@Expose
public java.lang.Integer maxMessageSize
@SerializedName(value="recipientScope",
alternate="RecipientScope")
@Expose
public java.util.EnumSet<RecipientScopeType> recipientScope
@SerializedName(value="recipientSuggestions",
alternate="RecipientSuggestions")
@Expose
public java.util.List<Recipient> recipientSuggestions
@SerializedName(value="totalMemberCount",
alternate="TotalMemberCount")
@Expose
public java.lang.Integer totalMemberCount
public final AdditionalDataManager additionalDataManager()
IJsonBackedObjectadditionalDataManager in interface IJsonBackedObjectpublic com.google.gson.JsonObject getRawObject()
protected ISerializer getSerializer()
public void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectserializer - the serializerjson - the JSON object to set this object to