Class ParticipantSendInvitesResponse
-
- All Implemented Interfaces:
public final class ParticipantSendInvitesResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classParticipantSendInvitesResponse.BuilderA builder for ParticipantSendInvitesResponse.
-
Method Summary
Modifier and Type Method Description final LonginvitesSent()final StringmessageType()final Booleansuccess()final JsonField<Long>_invitesSent()Returns the raw JSON value of invitesSent. final JsonField<String>_messageType()Returns the raw JSON value of messageType. final JsonField<Boolean>_success()Returns the raw JSON value of success. final Map<String, JsonValue>_additionalProperties()final ParticipantSendInvitesResponse.BuildertoBuilder()final ParticipantSendInvitesResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ParticipantSendInvitesResponse.Builderbuilder()Returns a mutable builder for constructing an instance of ParticipantSendInvitesResponse. -
-
Method Detail
-
invitesSent
final Long invitesSent()
-
messageType
final String messageType()
-
_invitesSent
final JsonField<Long> _invitesSent()
Returns the raw JSON value of invitesSent.
Unlike invitesSent, this method doesn't throw if the JSON field has an unexpected type.
-
_messageType
final JsonField<String> _messageType()
Returns the raw JSON value of messageType.
Unlike messageType, this method doesn't throw if the JSON field has an unexpected type.
-
_success
final JsonField<Boolean> _success()
Returns the raw JSON value of success.
Unlike success, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ParticipantSendInvitesResponse.Builder toBuilder()
-
validate
final ParticipantSendInvitesResponse validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static ParticipantSendInvitesResponse.Builder builder()
Returns a mutable builder for constructing an instance of ParticipantSendInvitesResponse.
The following fields are required:
.invitesSent() .messageType() .success()
-
-
-
-