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="emailAddress") @Expose public EmailAddress emailAddress
@SerializedName(value="automaticReplies") @Expose public AutomaticRepliesMailTips automaticReplies
@SerializedName(value="mailboxFull") @Expose public java.lang.Boolean mailboxFull
@SerializedName(value="customMailTip") @Expose public java.lang.String customMailTip
@SerializedName(value="externalMemberCount") @Expose public java.lang.Integer externalMemberCount
@SerializedName(value="totalMemberCount") @Expose public java.lang.Integer totalMemberCount
@SerializedName(value="deliveryRestricted") @Expose public java.lang.Boolean deliveryRestricted
@SerializedName(value="isModerated") @Expose public java.lang.Boolean isModerated
@SerializedName(value="recipientScope") @Expose public java.util.EnumSet<RecipientScopeType> recipientScope
@SerializedName(value="recipientSuggestions") @Expose public java.util.List<Recipient> recipientSuggestions
@SerializedName(value="maxMessageSize") @Expose public java.lang.Integer maxMessageSize
@SerializedName(value="error") @Expose public MailTipsError error
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