Class Tag
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.ediscovery.models.Tag
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
The class for the Tag.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Child Selectability.The Child Tags.The Created By.The Description.The Display Name.The Last Modified Date Time.The Parent. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
childSelectability
@SerializedName(value="childSelectability", alternate="ChildSelectability") @Expose @Nullable public ChildSelectability childSelectabilityThe 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 createdByThe Created By. The user who created the tag. -
description
@SerializedName(value="description", alternate="Description") @Expose @Nullable public String descriptionThe Description. The description for the tag. -
displayName
@SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayNameThe Display Name. Display name of the tag. -
lastModifiedDateTime
@SerializedName(value="lastModifiedDateTime", alternate="LastModifiedDateTime") @Expose @Nullable public OffsetDateTime lastModifiedDateTimeThe Last Modified Date Time. The date and time the tag was last modified. -
childTags
The Child Tags. Returns the tags that are a child of a 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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classEntity- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-