Class ParticipantRecordTransactionResponse.UnionMember0.Builder
-
- All Implemented Interfaces:
public final class ParticipantRecordTransactionResponse.UnionMember0.BuilderA builder for UnionMember0.
-
-
Method Summary
-
-
Method Detail
-
duplicate
final ParticipantRecordTransactionResponse.UnionMember0.Builder duplicate(JsonValue duplicate)
Sets the field to an arbitrary JSON value.
It is usually unnecessary to call this method because the field defaults to the following:
JsonValue.from(false)This method is primarily for setting the field to an undocumented or not yet supported value.
-
firstSale
final ParticipantRecordTransactionResponse.UnionMember0.Builder firstSale(Boolean firstSale)
-
firstSale
final ParticipantRecordTransactionResponse.UnionMember0.Builder firstSale(JsonField<Boolean> firstSale)
Sets Builder.firstSale to an arbitrary JSON value.
You should usually call Builder.firstSale with a well-typed Boolean value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
message
final ParticipantRecordTransactionResponse.UnionMember0.Builder message(String message)
-
message
final ParticipantRecordTransactionResponse.UnionMember0.Builder message(JsonField<String> message)
Sets Builder.message to an arbitrary JSON value.
You should usually call Builder.message 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 ParticipantRecordTransactionResponse.UnionMember0.Builder success(JsonValue success)
Sets the field to an arbitrary JSON value.
It is usually unnecessary to call this method because the field defaults to the following:
JsonValue.from(true)This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final ParticipantRecordTransactionResponse.UnionMember0.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final ParticipantRecordTransactionResponse.UnionMember0.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final ParticipantRecordTransactionResponse.UnionMember0.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final ParticipantRecordTransactionResponse.UnionMember0.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final ParticipantRecordTransactionResponse.UnionMember0.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final ParticipantRecordTransactionResponse.UnionMember0 build()
Returns an immutable instance of UnionMember0.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.firstSale() .message()
-
-
-
-