Class ReviewSetQueryApplyTagsParameterSet.ReviewSetQueryApplyTagsParameterSetBuilder
java.lang.Object
com.microsoft.graph.ediscovery.models.ReviewSetQueryApplyTagsParameterSet.ReviewSetQueryApplyTagsParameterSetBuilder
- Enclosing class:
- ReviewSetQueryApplyTagsParameterSet
public static final class ReviewSetQueryApplyTagsParameterSet.ReviewSetQueryApplyTagsParameterSetBuilder
extends Object
Fluent builder for the ReviewSetQueryApplyTagsParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new ReviewSetQueryApplyTagsParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithTagsToAdd(List<Tag> val) Sets the TagsToAddwithTagsToRemove(List<Tag> val) Sets the TagsToRemove
-
Field Details
-
tagsToAdd
The tagsToAdd parameter value -
tagsToRemove
The tagsToRemove parameter value
-
-
Constructor Details
-
ReviewSetQueryApplyTagsParameterSetBuilder
@Nullable protected ReviewSetQueryApplyTagsParameterSetBuilder()Instanciates a new ReviewSetQueryApplyTagsParameterSetBuilder
-
-
Method Details
-
withTagsToAdd
@Nonnull public ReviewSetQueryApplyTagsParameterSet.ReviewSetQueryApplyTagsParameterSetBuilder withTagsToAdd(@Nullable List<Tag> val) Sets the TagsToAdd- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withTagsToRemove
@Nonnull public ReviewSetQueryApplyTagsParameterSet.ReviewSetQueryApplyTagsParameterSetBuilder withTagsToRemove(@Nullable List<Tag> val) Sets the TagsToRemove- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
build
Buils the resulting body object to be passed to the request- Returns:
- the body object to pass to the request
-