Class ParticipantSendInvitesResponse.Builder
-
- All Implemented Interfaces:
public final class ParticipantSendInvitesResponse.BuilderA builder for ParticipantSendInvitesResponse.
-
-
Method Summary
-
-
Method Detail
-
invitesSent
final ParticipantSendInvitesResponse.Builder invitesSent(Long invitesSent)
-
invitesSent
final ParticipantSendInvitesResponse.Builder invitesSent(JsonField<Long> invitesSent)
Sets Builder.invitesSent to an arbitrary JSON value.
You should usually call Builder.invitesSent with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
messageType
final ParticipantSendInvitesResponse.Builder messageType(String messageType)
-
messageType
final ParticipantSendInvitesResponse.Builder messageType(JsonField<String> messageType)
Sets Builder.messageType to an arbitrary JSON value.
You should usually call Builder.messageType with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
success
final ParticipantSendInvitesResponse.Builder success(Boolean success)
-
success
final ParticipantSendInvitesResponse.Builder success(JsonField<Boolean> success)
Sets Builder.success to an arbitrary JSON value.
You should usually call Builder.success with a well-typed Boolean value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final ParticipantSendInvitesResponse.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final ParticipantSendInvitesResponse.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final ParticipantSendInvitesResponse.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final ParticipantSendInvitesResponse.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final ParticipantSendInvitesResponse.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final ParticipantSendInvitesResponse build()
Returns an immutable instance of ParticipantSendInvitesResponse.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.invitesSent() .messageType() .success()
-
-
-
-