public static final class ParticipantInviteParameterSet.ParticipantInviteParameterSetBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
clientContext
The clientContext parameter value
|
protected java.util.List<InvitationParticipantInfo> |
participants
The participants parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
ParticipantInviteParameterSetBuilder()
Instanciates a new ParticipantInviteParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
ParticipantInviteParameterSet |
build()
Buils the resulting body object to be passed to the request
|
ParticipantInviteParameterSet.ParticipantInviteParameterSetBuilder |
withClientContext(java.lang.String val)
Sets the ClientContext
|
ParticipantInviteParameterSet.ParticipantInviteParameterSetBuilder |
withParticipants(java.util.List<InvitationParticipantInfo> val)
Sets the Participants
|
@Nullable protected java.util.List<InvitationParticipantInfo> participants
@Nullable protected java.lang.String clientContext
@Nullable protected ParticipantInviteParameterSetBuilder()
@Nonnull public ParticipantInviteParameterSet.ParticipantInviteParameterSetBuilder withParticipants(@Nullable java.util.List<InvitationParticipantInfo> val)
val - the value to set it to@Nonnull public ParticipantInviteParameterSet.ParticipantInviteParameterSetBuilder withClientContext(@Nullable java.lang.String val)
val - the value to set it to@Nonnull public ParticipantInviteParameterSet build()