Package com.microsoft.graph.models
Class ScheduleShareParameterSet
java.lang.Object
com.microsoft.graph.models.ScheduleShareParameterSet
The class for the Schedule Share Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the ScheduleShareParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe end Date Time.The notify Team.The start Date Time. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new ScheduleShareParameterSetprotectedInstiaciates a new ScheduleShareParameterSet -
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
-
notifyTeam
@SerializedName(value="notifyTeam", alternate="NotifyTeam") @Expose @Nullable public Boolean notifyTeamThe notify Team. -
startDateTime
@SerializedName(value="startDateTime", alternate="StartDateTime") @Expose @Nullable public OffsetDateTime startDateTimeThe start Date Time. -
endDateTime
@SerializedName(value="endDateTime", alternate="EndDateTime") @Expose @Nullable public OffsetDateTime endDateTimeThe end Date Time.
-
-
Constructor Details
-
ScheduleShareParameterSet
public ScheduleShareParameterSet()Instiaciates a new ScheduleShareParameterSet
-
-
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
-