Package com.microsoft.graph.models
Class MessageSecurityState
java.lang.Object
com.microsoft.graph.models.MessageSecurityState
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class MessageSecurityState
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Message Security State.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Connecting IP.The Delivery Action.The Delivery Location.The Directionality.The Internet Message Id.The Message Fingerprint.The Message Received Date Time.The Message Subject.The Network Message Id.the OData type of the object as returned by the service -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManager
void
setRawObject
(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
connectingIP
@SerializedName(value="connectingIP", alternate="ConnectingIP") @Expose @Nullable public String connectingIPThe Connecting IP. -
deliveryAction
@SerializedName(value="deliveryAction", alternate="DeliveryAction") @Expose @Nullable public String deliveryActionThe Delivery Action. -
deliveryLocation
@SerializedName(value="deliveryLocation", alternate="DeliveryLocation") @Expose @Nullable public String deliveryLocationThe Delivery Location. -
directionality
@SerializedName(value="directionality", alternate="Directionality") @Expose @Nullable public String directionalityThe Directionality. -
internetMessageId
@SerializedName(value="internetMessageId", alternate="InternetMessageId") @Expose @Nullable public String internetMessageIdThe Internet Message Id. -
messageFingerprint
@SerializedName(value="messageFingerprint", alternate="MessageFingerprint") @Expose @Nullable public String messageFingerprintThe Message Fingerprint. -
messageReceivedDateTime
@SerializedName(value="messageReceivedDateTime", alternate="MessageReceivedDateTime") @Expose @Nullable public OffsetDateTime messageReceivedDateTimeThe Message Received Date Time. -
messageSubject
@SerializedName(value="messageSubject", alternate="MessageSubject") @Expose @Nullable public String messageSubjectThe Message Subject. -
networkMessageId
@SerializedName(value="networkMessageId", alternate="NetworkMessageId") @Expose @Nullable public String networkMessageIdThe Network Message Id.
-
-
Constructor Details
-
MessageSecurityState
public MessageSecurityState()
-
-
Method Details
-
additionalDataManager
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()- Specified by:
additionalDataManager
in interfacecom.microsoft.graph.serializer.IJsonBackedObject
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObject
in interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-