java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.ediscovery.models.Tag
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class Tag extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Tag.
  • Field Details

    • childSelectability

      @SerializedName(value="childSelectability", alternate="ChildSelectability") @Expose @Nullable public ChildSelectability childSelectability
      The Child Selectability. 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.
    • createdBy

      @SerializedName(value="createdBy", alternate="CreatedBy") @Expose @Nullable public IdentitySet createdBy
      The Created By. The user who created the tag.
    • description

      @SerializedName(value="description", alternate="Description") @Expose @Nullable public String description
      The Description. The description for the tag.
    • displayName

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The Display Name. Display name of the tag.
    • lastModifiedDateTime

      @SerializedName(value="lastModifiedDateTime", alternate="LastModifiedDateTime") @Expose @Nullable public OffsetDateTime lastModifiedDateTime
      The Last Modified Date Time. The date and time the tag was last modified.
    • childTags

      @Nullable public TagCollectionPage childTags
      The Child Tags. Returns the tags that are a child of a tag.
    • parent

      @SerializedName(value="parent", alternate="Parent") @Expose @Nullable public Tag parent
      The Parent. Returns the parent tag of the specified tag.
  • Constructor Details

    • Tag

      public Tag()
  • Method Details

    • 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 interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to