public static final class ScheduleShareParameterSet.ScheduleShareParameterSetBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.time.OffsetDateTime |
endDateTime
The endDateTime parameter value
|
protected java.lang.Boolean |
notifyTeam
The notifyTeam parameter value
|
protected java.time.OffsetDateTime |
startDateTime
The startDateTime parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
ScheduleShareParameterSetBuilder()
Instanciates a new ScheduleShareParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
ScheduleShareParameterSet |
build()
Buils the resulting body object to be passed to the request
|
ScheduleShareParameterSet.ScheduleShareParameterSetBuilder |
withEndDateTime(java.time.OffsetDateTime val)
Sets the EndDateTime
|
ScheduleShareParameterSet.ScheduleShareParameterSetBuilder |
withNotifyTeam(java.lang.Boolean val)
Sets the NotifyTeam
|
ScheduleShareParameterSet.ScheduleShareParameterSetBuilder |
withStartDateTime(java.time.OffsetDateTime val)
Sets the StartDateTime
|
@Nullable protected java.lang.Boolean notifyTeam
@Nullable protected java.time.OffsetDateTime startDateTime
@Nullable protected java.time.OffsetDateTime endDateTime
@Nullable protected ScheduleShareParameterSetBuilder()
@Nonnull public ScheduleShareParameterSet.ScheduleShareParameterSetBuilder withNotifyTeam(@Nullable java.lang.Boolean val)
val - the value to set it to@Nonnull public ScheduleShareParameterSet.ScheduleShareParameterSetBuilder withStartDateTime(@Nullable java.time.OffsetDateTime val)
val - the value to set it to@Nonnull public ScheduleShareParameterSet.ScheduleShareParameterSetBuilder withEndDateTime(@Nullable java.time.OffsetDateTime val)
val - the value to set it to@Nonnull public ScheduleShareParameterSet build()