public class ScheduleShareParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ScheduleShareParameterSet.ScheduleShareParameterSetBuilder
Fluent builder for the ScheduleShareParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
java.time.OffsetDateTime |
endDateTime
The end Date Time.
|
java.lang.Boolean |
notifyTeam
The notify Team.
|
java.time.OffsetDateTime |
startDateTime
The start Date Time.
|
| Modifier | Constructor and Description |
|---|---|
|
ScheduleShareParameterSet()
Instiaciates a new ScheduleShareParameterSet
|
protected |
ScheduleShareParameterSet(ScheduleShareParameterSet.ScheduleShareParameterSetBuilder builder)
Instiaciates a new ScheduleShareParameterSet
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<com.microsoft.graph.options.FunctionOption> |
getFunctionOptions()
Gets the functions options from the properties that have been set
|
static ScheduleShareParameterSet.ScheduleShareParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="notifyTeam",
alternate="NotifyTeam")
@Expose
@Nullable
public java.lang.Boolean notifyTeam
@SerializedName(value="startDateTime",
alternate="StartDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime startDateTime
@SerializedName(value="endDateTime",
alternate="EndDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime endDateTime
public ScheduleShareParameterSet()
protected ScheduleShareParameterSet(@Nonnull
ScheduleShareParameterSet.ScheduleShareParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static ScheduleShareParameterSet.ScheduleShareParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()