public class MailTips
extends java.lang.Object
implements com.microsoft.graph.serializer.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
the OData type of the object as returned by the service
|
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 |
|---|---|
com.microsoft.graph.serializer.AdditionalDataManager |
additionalDataManager() |
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
@SerializedName(value="@odata.type") @Expose @Nullable public java.lang.String oDataType
@SerializedName(value="automaticReplies",
alternate="AutomaticReplies")
@Expose
@Nullable
public AutomaticRepliesMailTips automaticReplies
@SerializedName(value="customMailTip",
alternate="CustomMailTip")
@Expose
@Nullable
public java.lang.String customMailTip
@SerializedName(value="deliveryRestricted",
alternate="DeliveryRestricted")
@Expose
@Nullable
public java.lang.Boolean deliveryRestricted
@SerializedName(value="emailAddress",
alternate="EmailAddress")
@Expose
@Nullable
public EmailAddress emailAddress
@SerializedName(value="error",
alternate="Error")
@Expose
@Nullable
public MailTipsError error
@SerializedName(value="externalMemberCount",
alternate="ExternalMemberCount")
@Expose
@Nullable
public java.lang.Integer externalMemberCount
@SerializedName(value="isModerated",
alternate="IsModerated")
@Expose
@Nullable
public java.lang.Boolean isModerated
@SerializedName(value="mailboxFull",
alternate="MailboxFull")
@Expose
@Nullable
public java.lang.Boolean mailboxFull
@SerializedName(value="maxMessageSize",
alternate="MaxMessageSize")
@Expose
@Nullable
public java.lang.Integer maxMessageSize
@SerializedName(value="recipientScope",
alternate="RecipientScope")
@Expose
@Nullable
public java.util.EnumSet<RecipientScopeType> recipientScope
@SerializedName(value="recipientSuggestions",
alternate="RecipientSuggestions")
@Expose
@Nullable
public java.util.List<Recipient> recipientSuggestions
@SerializedName(value="totalMemberCount",
alternate="TotalMemberCount")
@Expose
@Nullable
public java.lang.Integer totalMemberCount
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObjectpublic void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectserializer - the serializerjson - the JSON object to set this object to