Class ParticipantSendInvitesParams.Body
-
- All Implemented Interfaces:
public final class ParticipantSendInvitesParams.Body
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classParticipantSendInvitesParams.Body.BuilderA builder for Body.
-
Method Summary
Modifier and Type Method Description final List<String>emailAddresses()final StringmessageText()final StringsubjectText()final JsonField<List<String>>_emailAddresses()Returns the raw JSON value of emailAddresses. final JsonField<String>_messageText()Returns the raw JSON value of messageText. final JsonField<String>_subjectText()Returns the raw JSON value of subjectText. final Map<String, JsonValue>_additionalProperties()final ParticipantSendInvitesParams.Body.BuildertoBuilder()final ParticipantSendInvitesParams.Bodyvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ParticipantSendInvitesParams.Body.Builderbuilder()Returns a mutable builder for constructing an instance of Body. -
-
Method Detail
-
emailAddresses
final List<String> emailAddresses()
-
messageText
final String messageText()
-
subjectText
final String subjectText()
-
_emailAddresses
final JsonField<List<String>> _emailAddresses()
Returns the raw JSON value of emailAddresses.
Unlike emailAddresses, this method doesn't throw if the JSON field has an unexpected type.
-
_messageText
final JsonField<String> _messageText()
Returns the raw JSON value of messageText.
Unlike messageText, this method doesn't throw if the JSON field has an unexpected type.
-
_subjectText
final JsonField<String> _subjectText()
Returns the raw JSON value of subjectText.
Unlike subjectText, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ParticipantSendInvitesParams.Body.Builder toBuilder()
-
validate
final ParticipantSendInvitesParams.Body 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 ParticipantSendInvitesParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
The following fields are required:
.emailAddresses() .messageText() .subjectText()
-
-
-
-