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
-
Field Summary
Fields inherited from class com.microsoft.graph.models.Entity
backingStore -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EdiscoveryReviewTagcreateFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueGets the childSelectability property value.Gets the childTags property value.The deserialization information for the current modelGets the parent property value.voidserialize(com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current objectvoidSets the childSelectability property value.voidsetChildTags(List<EdiscoveryReviewTag> value) Sets the childTags property value.voidsetParent(EdiscoveryReviewTag value) Sets the parent property value.Methods inherited from class com.microsoft.graph.models.security.Tag
getCreatedBy, getDescription, getDisplayName, getLastModifiedDateTime, setCreatedBy, setDescription, setDisplayName, setLastModifiedDateTimeMethods inherited from class com.microsoft.graph.models.Entity
getAdditionalData, getBackingStore, getId, getOdataType, setAdditionalData, setBackingStore, setId, setOdataType
-
Constructor Details
-
EdiscoveryReviewTag
public EdiscoveryReviewTag()Instantiates a newEdiscoveryReviewTagand 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
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
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:
getFieldDeserializersin interfacecom.microsoft.kiota.serialization.Parsable- Overrides:
getFieldDeserializersin classTag- Returns:
- a
Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
-
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 -
setChildSelectability
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
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
Sets the parent property value. Returns the parent tag of the specified tag.- Parameters:
value- Value to set for the parent property.
-