Package com.microsoft.graph.models
Class TeamArchiveParameterSet
java.lang.Object
com.microsoft.graph.models.TeamArchiveParameterSet
The class for the Team Archive Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the TeamArchiveParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe should Set Spo Site Read Only For Members. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new TeamArchiveParameterSetprotectedInstiaciates a new TeamArchiveParameterSet -
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
-
shouldSetSpoSiteReadOnlyForMembers
@SerializedName(value="shouldSetSpoSiteReadOnlyForMembers", alternate="ShouldSetSpoSiteReadOnlyForMembers") @Expose @Nullable public Boolean shouldSetSpoSiteReadOnlyForMembersThe should Set Spo Site Read Only For Members.
-
-
Constructor Details
-
TeamArchiveParameterSet
public TeamArchiveParameterSet()Instiaciates a new TeamArchiveParameterSet -
TeamArchiveParameterSet
protected TeamArchiveParameterSet(@Nonnull TeamArchiveParameterSet.TeamArchiveParameterSetBuilder builder) Instiaciates a new TeamArchiveParameterSet- 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
-