public static final class OnlineMeetingCreateOrGetParameterSet.OnlineMeetingCreateOrGetParameterSetBuilder
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected ChatInfo |
chatInfo
The chatInfo parameter value
|
protected java.time.OffsetDateTime |
endDateTime
The endDateTime parameter value
|
protected java.lang.String |
externalId
The externalId parameter value
|
protected MeetingParticipants |
participants
The participants parameter value
|
protected java.time.OffsetDateTime |
startDateTime
The startDateTime parameter value
|
protected java.lang.String |
subject
The subject parameter value
|
Modifier | Constructor and Description |
---|---|
protected |
OnlineMeetingCreateOrGetParameterSetBuilder()
Instanciates a new OnlineMeetingCreateOrGetParameterSetBuilder
|
@Nullable protected ChatInfo chatInfo
@Nullable protected java.time.OffsetDateTime endDateTime
@Nullable protected java.lang.String externalId
@Nullable protected MeetingParticipants participants
@Nullable protected java.time.OffsetDateTime startDateTime
@Nullable protected java.lang.String subject
@Nullable protected OnlineMeetingCreateOrGetParameterSetBuilder()
@Nonnull public OnlineMeetingCreateOrGetParameterSet.OnlineMeetingCreateOrGetParameterSetBuilder withChatInfo(@Nullable ChatInfo val)
val
- the value to set it to@Nonnull public OnlineMeetingCreateOrGetParameterSet.OnlineMeetingCreateOrGetParameterSetBuilder withEndDateTime(@Nullable java.time.OffsetDateTime val)
val
- the value to set it to@Nonnull public OnlineMeetingCreateOrGetParameterSet.OnlineMeetingCreateOrGetParameterSetBuilder withExternalId(@Nullable java.lang.String val)
val
- the value to set it to@Nonnull public OnlineMeetingCreateOrGetParameterSet.OnlineMeetingCreateOrGetParameterSetBuilder withParticipants(@Nullable MeetingParticipants val)
val
- the value to set it to@Nonnull public OnlineMeetingCreateOrGetParameterSet.OnlineMeetingCreateOrGetParameterSetBuilder withStartDateTime(@Nullable java.time.OffsetDateTime val)
val
- the value to set it to@Nonnull public OnlineMeetingCreateOrGetParameterSet.OnlineMeetingCreateOrGetParameterSetBuilder withSubject(@Nullable java.lang.String val)
val
- the value to set it to@Nonnull public OnlineMeetingCreateOrGetParameterSet build()