Package com.microsoft.graph.models
Class MessageSecurityState
java.lang.Object
com.microsoft.graph.models.MessageSecurityState
- All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder,com.microsoft.kiota.serialization.Parsable,com.microsoft.kiota.store.BackedModel
@Generated("com.microsoft.kiota")
public class MessageSecurityState
extends Object
implements com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.store.BackedModel, com.microsoft.kiota.serialization.Parsable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.microsoft.kiota.store.BackingStoreStores model information. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MessageSecurityStatecreateFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueGets the AdditionalData property value.com.microsoft.kiota.store.BackingStoreGets the backingStore property value.Gets the connectingIP property value.Gets the deliveryAction property value.Gets the deliveryLocation property value.Gets the directionality property value.The deserialization information for the current modelGets the internetMessageId property value.Gets the messageFingerprint property value.Gets the messageReceivedDateTime property value.Gets the messageSubject property value.Gets the networkMessageId property value.Gets the @odata.type property value.voidserialize(com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current objectvoidsetAdditionalData(Map<String, Object> value) Sets the AdditionalData property value.voidsetBackingStore(com.microsoft.kiota.store.BackingStore value) Sets the backingStore property value.voidsetConnectingIP(String value) Sets the connectingIP property value.voidsetDeliveryAction(String value) Sets the deliveryAction property value.voidsetDeliveryLocation(String value) Sets the deliveryLocation property value.voidsetDirectionality(String value) Sets the directionality property value.voidsetInternetMessageId(String value) Sets the internetMessageId property value.voidsetMessageFingerprint(String value) Sets the messageFingerprint property value.voidSets the messageReceivedDateTime property value.voidsetMessageSubject(String value) Sets the messageSubject property value.voidsetNetworkMessageId(String value) Sets the networkMessageId property value.voidsetOdataType(String value) Sets the @odata.type property value.
-
Field Details
-
backingStore
@Nonnull protected com.microsoft.kiota.store.BackingStore backingStoreStores model information.
-
-
Constructor Details
-
MessageSecurityState
public MessageSecurityState()Instantiates a newMessageSecurityStateand sets the default values.
-
-
Method Details
-
createFromDiscriminatorValue
@Nonnull public static MessageSecurityState createFromDiscriminatorValue(@Nonnull com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator value- Parameters:
parseNode- The parse node to use to read the discriminator value and create the object- Returns:
- a
MessageSecurityState
-
getAdditionalData
Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. -
getBackingStore
@Nonnull public com.microsoft.kiota.store.BackingStore getBackingStore()Gets the backingStore property value. Stores model information.- Specified by:
getBackingStorein interfacecom.microsoft.kiota.store.BackedModel- Returns:
- a
BackingStore
-
getConnectingIP
Gets the connectingIP property value. The connectingIP property- Returns:
- a
String
-
getDeliveryAction
Gets the deliveryAction property value. The deliveryAction property- Returns:
- a
String
-
getDeliveryLocation
Gets the deliveryLocation property value. The deliveryLocation property- Returns:
- a
String
-
getDirectionality
Gets the directionality property value. The directionality property- Returns:
- a
String
-
getFieldDeserializers
@Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()The deserialization information for the current model -
getInternetMessageId
Gets the internetMessageId property value. The internetMessageId property- Returns:
- a
String
-
getMessageFingerprint
Gets the messageFingerprint property value. The messageFingerprint property- Returns:
- a
String
-
getMessageReceivedDateTime
Gets the messageReceivedDateTime property value. The messageReceivedDateTime property- Returns:
- a
OffsetDateTime
-
getMessageSubject
Gets the messageSubject property value. The messageSubject property- Returns:
- a
String
-
getNetworkMessageId
Gets the networkMessageId property value. The networkMessageId property- Returns:
- a
String
-
getOdataType
Gets the @odata.type property value. The OdataType property- Returns:
- a
String
-
serialize
public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current object- Specified by:
serializein interfacecom.microsoft.kiota.serialization.Parsable- Parameters:
writer- Serialization writer to use to serialize this model
-
setAdditionalData
Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.- Parameters:
value- Value to set for the AdditionalData property.
-
setBackingStore
public void setBackingStore(@Nonnull com.microsoft.kiota.store.BackingStore value) Sets the backingStore property value. Stores model information.- Parameters:
value- Value to set for the backingStore property.
-
setConnectingIP
Sets the connectingIP property value. The connectingIP property- Parameters:
value- Value to set for the connectingIP property.
-
setDeliveryAction
Sets the deliveryAction property value. The deliveryAction property- Parameters:
value- Value to set for the deliveryAction property.
-
setDeliveryLocation
Sets the deliveryLocation property value. The deliveryLocation property- Parameters:
value- Value to set for the deliveryLocation property.
-
setDirectionality
Sets the directionality property value. The directionality property- Parameters:
value- Value to set for the directionality property.
-
setInternetMessageId
Sets the internetMessageId property value. The internetMessageId property- Parameters:
value- Value to set for the internetMessageId property.
-
setMessageFingerprint
Sets the messageFingerprint property value. The messageFingerprint property- Parameters:
value- Value to set for the messageFingerprint property.
-
setMessageReceivedDateTime
Sets the messageReceivedDateTime property value. The messageReceivedDateTime property- Parameters:
value- Value to set for the messageReceivedDateTime property.
-
setMessageSubject
Sets the messageSubject property value. The messageSubject property- Parameters:
value- Value to set for the messageSubject property.
-
setNetworkMessageId
Sets the networkMessageId property value. The networkMessageId property- Parameters:
value- Value to set for the networkMessageId property.
-
setOdataType
Sets the @odata.type property value. The OdataType property- Parameters:
value- Value to set for the @odata.type property.
-