Class EdiscoveryReviewSetQueryApplyTagsParameterSet
java.lang.Object
com.microsoft.graph.security.models.EdiscoveryReviewSetQueryApplyTagsParameterSet
The class for the Ediscovery Review Set Query Apply Tags Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the EdiscoveryReviewSetQueryApplyTagsParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe tags To Add.The tags To Remove. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new EdiscoveryReviewSetQueryApplyTagsParameterSetprotectedEdiscoveryReviewSetQueryApplyTagsParameterSet(EdiscoveryReviewSetQueryApplyTagsParameterSet.EdiscoveryReviewSetQueryApplyTagsParameterSetBuilder builder) Instiaciates a new EdiscoveryReviewSetQueryApplyTagsParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>Gets the functions options from the properties that have been setstatic EdiscoveryReviewSetQueryApplyTagsParameterSet.EdiscoveryReviewSetQueryApplyTagsParameterSetBuilderGets a new builder for the body
-
Field Details
-
tagsToAdd
@SerializedName(value="tagsToAdd", alternate="TagsToAdd") @Expose @Nullable public List<EdiscoveryReviewTag> tagsToAddThe tags To Add. -
tagsToRemove
@SerializedName(value="tagsToRemove", alternate="TagsToRemove") @Expose @Nullable public List<EdiscoveryReviewTag> tagsToRemoveThe tags To Remove.
-
-
Constructor Details
-
EdiscoveryReviewSetQueryApplyTagsParameterSet
public EdiscoveryReviewSetQueryApplyTagsParameterSet()Instiaciates a new EdiscoveryReviewSetQueryApplyTagsParameterSet -
EdiscoveryReviewSetQueryApplyTagsParameterSet
protected EdiscoveryReviewSetQueryApplyTagsParameterSet(@Nonnull EdiscoveryReviewSetQueryApplyTagsParameterSet.EdiscoveryReviewSetQueryApplyTagsParameterSetBuilder builder) Instiaciates a new EdiscoveryReviewSetQueryApplyTagsParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static EdiscoveryReviewSetQueryApplyTagsParameterSet.EdiscoveryReviewSetQueryApplyTagsParameterSetBuilder newBuilder()Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-