Class EdiscoveryReviewTag

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

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

    • EdiscoveryReviewTag

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

    • createFromDiscriminatorValue

      @Nonnull public static EdiscoveryReviewTag 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 EdiscoveryReviewTag
    • getChildSelectability

      @Nullable public ChildSelectability getChildSelectability()
      Gets the childSelectability property value. Indicates whether a single or multiple child tags can be associated with a document. Possible values are: One, Many. This value controls whether the UX presents the tags as checkboxes or a radio button group.
      Returns:
      a ChildSelectability
    • getChildTags

      @Nullable public List<EdiscoveryReviewTag> getChildTags()
      Gets the childTags property value. Returns the tags that are a child of a tag.
      Returns:
      a List<EdiscoveryReviewTag>
    • 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 Tag
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getParent

      @Nullable public EdiscoveryReviewTag getParent()
      Gets the parent property value. Returns the parent tag of the specified tag.
      Returns:
      a EdiscoveryReviewTag
    • 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 Tag
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setChildSelectability

      public void setChildSelectability(@Nullable ChildSelectability value)
      Sets the childSelectability property value. Indicates whether a single or multiple child tags can be associated with a document. Possible values are: One, Many. This value controls whether the UX presents the tags as checkboxes or a radio button group.
      Parameters:
      value - Value to set for the childSelectability property.
    • setChildTags

      public void setChildTags(@Nullable List<EdiscoveryReviewTag> value)
      Sets the childTags property value. Returns the tags that are a child of a tag.
      Parameters:
      value - Value to set for the childTags property.
    • setParent

      public void setParent(@Nullable EdiscoveryReviewTag value)
      Sets the parent property value. Returns the parent tag of the specified tag.
      Parameters:
      value - Value to set for the parent property.