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