Class ReviewSetQueryApplyTagsParameterSet

java.lang.Object
com.microsoft.graph.ediscovery.models.ReviewSetQueryApplyTagsParameterSet

public class ReviewSetQueryApplyTagsParameterSet extends Object
The class for the Review Set Query Apply Tags Parameter Set.
  • Field Details

    • tagsToAdd

      @SerializedName(value="tagsToAdd", alternate="TagsToAdd") @Expose @Nullable public List<Tag> tagsToAdd
      The tags To Add.
    • tagsToRemove

      @SerializedName(value="tagsToRemove", alternate="TagsToRemove") @Expose @Nullable public List<Tag> tagsToRemove
      The tags To Remove.
  • Constructor Details

    • ReviewSetQueryApplyTagsParameterSet

      public ReviewSetQueryApplyTagsParameterSet()
      Instiaciates a new ReviewSetQueryApplyTagsParameterSet
    • ReviewSetQueryApplyTagsParameterSet

      protected ReviewSetQueryApplyTagsParameterSet(@Nonnull ReviewSetQueryApplyTagsParameterSet.ReviewSetQueryApplyTagsParameterSetBuilder builder)
      Instiaciates a new ReviewSetQueryApplyTagsParameterSet
      Parameters:
      builder - builder bearing the parameters to initialize from
  • Method Details