Package com.microsoft.graph.models
Class TeamCloneParameterSet
java.lang.Object
com.microsoft.graph.models.TeamCloneParameterSet
The class for the Team Clone Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the TeamCloneParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe classification.The description.The display Name.The mail Nickname.The parts To Clone.The visibility. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new TeamCloneParameterSetprotected
Instiaciates a new TeamCloneParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>
Gets the functions options from the properties that have been setGets a new builder for the body
-
Field Details
-
displayName
@SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayNameThe display Name. -
description
@SerializedName(value="description", alternate="Description") @Expose @Nullable public String descriptionThe description. -
mailNickname
@SerializedName(value="mailNickname", alternate="MailNickname") @Expose @Nullable public String mailNicknameThe mail Nickname. -
classification
@SerializedName(value="classification", alternate="Classification") @Expose @Nullable public String classificationThe classification. -
visibility
@SerializedName(value="visibility", alternate="Visibility") @Expose @Nullable public TeamVisibilityType visibilityThe visibility. -
partsToClone
@SerializedName(value="partsToClone", alternate="PartsToClone") @Expose @Nullable public EnumSet<ClonableTeamParts> partsToCloneThe 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
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
-