Class MailboxConfigurationEvidence

java.lang.Object
com.microsoft.graph.models.security.AlertEvidence
com.microsoft.graph.models.security.MailboxConfigurationEvidence
All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable, com.microsoft.kiota.store.BackedModel

@Generated("com.microsoft.kiota") public class MailboxConfigurationEvidence extends AlertEvidence implements com.microsoft.kiota.serialization.Parsable
  • Constructor Details

    • MailboxConfigurationEvidence

      public MailboxConfigurationEvidence()
      Instantiates a new MailboxConfigurationEvidence and sets the default values.
  • Method Details

    • createFromDiscriminatorValue

      @Nonnull public static MailboxConfigurationEvidence 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 MailboxConfigurationEvidence
    • getConfigurationId

      @Nullable public String getConfigurationId()
      Gets the configurationId property value. The configurationId property
      Returns:
      a String
    • getConfigurationType

      @Nullable public MailboxConfigurationType getConfigurationType()
      Gets the configurationType property value. The configurationType property
      Returns:
      a MailboxConfigurationType
    • getDisplayName

      @Nullable public String getDisplayName()
      Gets the displayName property value. The displayName property
      Returns:
      a String
    • getExternalDirectoryObjectId

      @Nullable public UUID getExternalDirectoryObjectId()
      Gets the externalDirectoryObjectId property value. The externalDirectoryObjectId property
      Returns:
      a UUID
    • getFieldDeserializers

      @Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()
      The deserialization information for the current model
      Specified by:
      getFieldDeserializers in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      getFieldDeserializers in class AlertEvidence
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getMailboxPrimaryAddress

      @Nullable public String getMailboxPrimaryAddress()
      Gets the mailboxPrimaryAddress property value. The mailboxPrimaryAddress property
      Returns:
      a String
    • getUpn

      @Nullable public String getUpn()
      Gets the upn property value. The upn property
      Returns:
      a String
    • serialize

      public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer)
      Serializes information the current object
      Specified by:
      serialize in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      serialize in class AlertEvidence
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setConfigurationId

      public void setConfigurationId(@Nullable String value)
      Sets the configurationId property value. The configurationId property
      Parameters:
      value - Value to set for the configurationId property.
    • setConfigurationType

      public void setConfigurationType(@Nullable MailboxConfigurationType value)
      Sets the configurationType property value. The configurationType property
      Parameters:
      value - Value to set for the configurationType property.
    • setDisplayName

      public void setDisplayName(@Nullable String value)
      Sets the displayName property value. The displayName property
      Parameters:
      value - Value to set for the displayName property.
    • setExternalDirectoryObjectId

      public void setExternalDirectoryObjectId(@Nullable UUID value)
      Sets the externalDirectoryObjectId property value. The externalDirectoryObjectId property
      Parameters:
      value - Value to set for the externalDirectoryObjectId property.
    • setMailboxPrimaryAddress

      public void setMailboxPrimaryAddress(@Nullable String value)
      Sets the mailboxPrimaryAddress property value. The mailboxPrimaryAddress property
      Parameters:
      value - Value to set for the mailboxPrimaryAddress property.
    • setUpn

      public void setUpn(@Nullable String value)
      Sets the upn property value. The upn property
      Parameters:
      value - Value to set for the upn property.