Class ParticipantAddParams.Body.Builder
-
- All Implemented Interfaces:
public final class ParticipantAddParams.Body.BuilderA builder for Body.
-
-
Method Summary
-
-
Method Detail
-
email
final ParticipantAddParams.Body.Builder email(String email)
-
email
final ParticipantAddParams.Body.Builder email(JsonField<String> email)
Sets Builder.email to an arbitrary JSON value.
You should usually call Builder.email with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
fingerprint
final ParticipantAddParams.Body.Builder fingerprint(String fingerprint)
-
fingerprint
final ParticipantAddParams.Body.Builder fingerprint(JsonField<String> fingerprint)
Sets Builder.fingerprint to an arbitrary JSON value.
You should usually call Builder.fingerprint with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
firstName
final ParticipantAddParams.Body.Builder firstName(String firstName)
-
firstName
final ParticipantAddParams.Body.Builder firstName(JsonField<String> firstName)
Sets Builder.firstName to an arbitrary JSON value.
You should usually call Builder.firstName with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
ipAddress
final ParticipantAddParams.Body.Builder ipAddress(String ipAddress)
-
ipAddress
final ParticipantAddParams.Body.Builder ipAddress(JsonField<String> ipAddress)
Sets Builder.ipAddress to an arbitrary JSON value.
You should usually call Builder.ipAddress with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
lastName
final ParticipantAddParams.Body.Builder lastName(String lastName)
-
lastName
final ParticipantAddParams.Body.Builder lastName(JsonField<String> lastName)
Sets Builder.lastName to an arbitrary JSON value.
You should usually call Builder.lastName with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
metadata
final ParticipantAddParams.Body.Builder metadata(ParticipantAddParams.Metadata metadata)
Shallow custom metadata object.
-
metadata
final ParticipantAddParams.Body.Builder metadata(JsonField<ParticipantAddParams.Metadata> metadata)
Sets Builder.metadata to an arbitrary JSON value.
You should usually call Builder.metadata with a well-typed Metadata value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
referralStatus
final ParticipantAddParams.Body.Builder referralStatus(ParticipantAddParams.ReferralStatus referralStatus)
-
referralStatus
final ParticipantAddParams.Body.Builder referralStatus(JsonField<ParticipantAddParams.ReferralStatus> referralStatus)
Sets Builder.referralStatus to an arbitrary JSON value.
You should usually call Builder.referralStatus with a well-typed ReferralStatus value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
referredBy
final ParticipantAddParams.Body.Builder referredBy(String referredBy)
Referrer participant ID or email address.
-
referredBy
final ParticipantAddParams.Body.Builder referredBy(JsonField<String> referredBy)
Sets Builder.referredBy to an arbitrary JSON value.
You should usually call Builder.referredBy with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final ParticipantAddParams.Body.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final ParticipantAddParams.Body.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final ParticipantAddParams.Body.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final ParticipantAddParams.Body.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final ParticipantAddParams.Body.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final ParticipantAddParams.Body build()
Returns an immutable instance of Body.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.email()
-
-
-
-