Class TeamCloneParameterSet

java.lang.Object
com.microsoft.graph.models.TeamCloneParameterSet

public class TeamCloneParameterSet extends Object
The class for the Team Clone Parameter Set.
  • Field Details

    • displayName

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The display Name.
    • description

      @SerializedName(value="description", alternate="Description") @Expose @Nullable public String description
      The description.
    • mailNickname

      @SerializedName(value="mailNickname", alternate="MailNickname") @Expose @Nullable public String mailNickname
      The mail Nickname.
    • classification

      @SerializedName(value="classification", alternate="Classification") @Expose @Nullable public String classification
      The classification.
    • visibility

      @SerializedName(value="visibility", alternate="Visibility") @Expose @Nullable public TeamVisibilityType visibility
      The visibility.
    • partsToClone

      @SerializedName(value="partsToClone", alternate="PartsToClone") @Expose @Nullable public EnumSet<ClonableTeamParts> partsToClone
      The parts To Clone.
  • Constructor Details

    • TeamCloneParameterSet

      public TeamCloneParameterSet()
      Instiaciates a new TeamCloneParameterSet
    • TeamCloneParameterSet

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

    • newBuilder

      @Nonnull public static TeamCloneParameterSet.TeamCloneParameterSetBuilder newBuilder()
      Gets a new builder for the body
      Returns:
      a new builder
    • getFunctionOptions

      @Nonnull public List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()
      Gets the functions options from the properties that have been set
      Returns:
      a list of function options for the request