Class ManagementOperationTransaction.ManagementOperationEvent.Builder
-
- All Implemented Interfaces:
public final class ManagementOperationTransaction.ManagementOperationEvent.BuilderA builder for ManagementOperationEvent.
-
-
Method Summary
-
-
Method Detail
-
token
final ManagementOperationTransaction.ManagementOperationEvent.Builder token(String token)
-
token
final ManagementOperationTransaction.ManagementOperationEvent.Builder token(JsonField<String> token)
Sets Builder.token to an arbitrary JSON value.
You should usually call Builder.token with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
amount
final ManagementOperationTransaction.ManagementOperationEvent.Builder amount(Long amount)
-
amount
final ManagementOperationTransaction.ManagementOperationEvent.Builder amount(JsonField<Long> amount)
Sets Builder.amount to an arbitrary JSON value.
You should usually call Builder.amount with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
created
final ManagementOperationTransaction.ManagementOperationEvent.Builder created(OffsetDateTime created)
-
created
final ManagementOperationTransaction.ManagementOperationEvent.Builder created(JsonField<OffsetDateTime> created)
Sets Builder.created to an arbitrary JSON value.
You should usually call Builder.created with a well-typed OffsetDateTime value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
detailedResults
final ManagementOperationTransaction.ManagementOperationEvent.Builder detailedResults(List<ManagementOperationTransaction.ManagementOperationEvent.DetailedResults> detailedResults)
-
detailedResults
final ManagementOperationTransaction.ManagementOperationEvent.Builder detailedResults(JsonField<List<ManagementOperationTransaction.ManagementOperationEvent.DetailedResults>> detailedResults)
Sets Builder.detailedResults to an arbitrary JSON value.
You should usually call Builder.detailedResults with a well-typed
List<DetailedResults>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
addDetailedResult
final ManagementOperationTransaction.ManagementOperationEvent.Builder addDetailedResult(ManagementOperationTransaction.ManagementOperationEvent.DetailedResults detailedResult)
Adds a single DetailedResults to detailedResults.
-
effectiveDate
final ManagementOperationTransaction.ManagementOperationEvent.Builder effectiveDate(LocalDate effectiveDate)
-
effectiveDate
final ManagementOperationTransaction.ManagementOperationEvent.Builder effectiveDate(JsonField<LocalDate> effectiveDate)
Sets Builder.effectiveDate to an arbitrary JSON value.
You should usually call Builder.effectiveDate with a well-typed LocalDate value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
memo
final ManagementOperationTransaction.ManagementOperationEvent.Builder memo(String memo)
-
memo
final ManagementOperationTransaction.ManagementOperationEvent.Builder memo(JsonField<String> memo)
Sets Builder.memo to an arbitrary JSON value.
You should usually call Builder.memo with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
result
final ManagementOperationTransaction.ManagementOperationEvent.Builder result(ManagementOperationTransaction.ManagementOperationEvent.TransactionResult result)
-
result
final ManagementOperationTransaction.ManagementOperationEvent.Builder result(JsonField<ManagementOperationTransaction.ManagementOperationEvent.TransactionResult> result)
Sets Builder.result to an arbitrary JSON value.
You should usually call Builder.result with a well-typed TransactionResult value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
type
final ManagementOperationTransaction.ManagementOperationEvent.Builder type(ManagementOperationTransaction.ManagementOperationEvent.ManagementOperationEventType type)
-
type
final ManagementOperationTransaction.ManagementOperationEvent.Builder type(JsonField<ManagementOperationTransaction.ManagementOperationEvent.ManagementOperationEventType> type)
Sets Builder.type to an arbitrary JSON value.
You should usually call Builder.type with a well-typed ManagementOperationEventType value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
subtype
final ManagementOperationTransaction.ManagementOperationEvent.Builder subtype(String subtype)
-
subtype
final ManagementOperationTransaction.ManagementOperationEvent.Builder subtype(JsonField<String> subtype)
Sets Builder.subtype to an arbitrary JSON value.
You should usually call Builder.subtype 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 ManagementOperationTransaction.ManagementOperationEvent.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final ManagementOperationTransaction.ManagementOperationEvent.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final ManagementOperationTransaction.ManagementOperationEvent.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final ManagementOperationTransaction.ManagementOperationEvent.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final ManagementOperationTransaction.ManagementOperationEvent.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final ManagementOperationTransaction.ManagementOperationEvent build()
Returns an immutable instance of ManagementOperationEvent.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.token() .amount() .created() .detailedResults() .effectiveDate() .memo() .result() .type()
-
-
-
-