Class ManagementOperationCreateParams.CreateManagementOperationRequest.Builder
-
- All Implemented Interfaces:
public final class ManagementOperationCreateParams.CreateManagementOperationRequest.BuilderA builder for CreateManagementOperationRequest.
-
-
Method Summary
-
-
Method Detail
-
amount
final ManagementOperationCreateParams.CreateManagementOperationRequest.Builder amount(Long amount)
-
amount
final ManagementOperationCreateParams.CreateManagementOperationRequest.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.
-
category
final ManagementOperationCreateParams.CreateManagementOperationRequest.Builder category(ManagementOperationCreateParams.ManagementOperationCategory category)
-
category
final ManagementOperationCreateParams.CreateManagementOperationRequest.Builder category(JsonField<ManagementOperationCreateParams.ManagementOperationCategory> category)
Sets Builder.category to an arbitrary JSON value.
You should usually call Builder.category with a well-typed ManagementOperationCategory value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
direction
final ManagementOperationCreateParams.CreateManagementOperationRequest.Builder direction(ManagementOperationCreateParams.ManagementOperationDirection direction)
-
direction
final ManagementOperationCreateParams.CreateManagementOperationRequest.Builder direction(JsonField<ManagementOperationCreateParams.ManagementOperationDirection> direction)
Sets Builder.direction to an arbitrary JSON value.
You should usually call Builder.direction with a well-typed ManagementOperationDirection value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
effectiveDate
final ManagementOperationCreateParams.CreateManagementOperationRequest.Builder effectiveDate(LocalDate effectiveDate)
-
effectiveDate
final ManagementOperationCreateParams.CreateManagementOperationRequest.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.
-
eventType
final ManagementOperationCreateParams.CreateManagementOperationRequest.Builder eventType(ManagementOperationCreateParams.ManagementOperationEventType eventType)
-
eventType
final ManagementOperationCreateParams.CreateManagementOperationRequest.Builder eventType(JsonField<ManagementOperationCreateParams.ManagementOperationEventType> eventType)
Sets Builder.eventType to an arbitrary JSON value.
You should usually call Builder.eventType with a well-typed ManagementOperationEventType value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
financialAccountToken
final ManagementOperationCreateParams.CreateManagementOperationRequest.Builder financialAccountToken(String financialAccountToken)
-
financialAccountToken
final ManagementOperationCreateParams.CreateManagementOperationRequest.Builder financialAccountToken(JsonField<String> financialAccountToken)
Sets Builder.financialAccountToken to an arbitrary JSON value.
You should usually call Builder.financialAccountToken with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
token
final ManagementOperationCreateParams.CreateManagementOperationRequest.Builder token(String token)
-
token
final ManagementOperationCreateParams.CreateManagementOperationRequest.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.
-
memo
final ManagementOperationCreateParams.CreateManagementOperationRequest.Builder memo(String memo)
-
memo
final ManagementOperationCreateParams.CreateManagementOperationRequest.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.
-
onClosedAccount
final ManagementOperationCreateParams.CreateManagementOperationRequest.Builder onClosedAccount(ManagementOperationCreateParams.OnClosedAccount onClosedAccount)
What to do if the financial account is closed when posting an operation
-
onClosedAccount
final ManagementOperationCreateParams.CreateManagementOperationRequest.Builder onClosedAccount(JsonField<ManagementOperationCreateParams.OnClosedAccount> onClosedAccount)
Sets Builder.onClosedAccount to an arbitrary JSON value.
You should usually call Builder.onClosedAccount with a well-typed OnClosedAccount value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
subtype
final ManagementOperationCreateParams.CreateManagementOperationRequest.Builder subtype(String subtype)
-
subtype
final ManagementOperationCreateParams.CreateManagementOperationRequest.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.
-
userDefinedId
final ManagementOperationCreateParams.CreateManagementOperationRequest.Builder userDefinedId(String userDefinedId)
-
userDefinedId
final ManagementOperationCreateParams.CreateManagementOperationRequest.Builder userDefinedId(JsonField<String> userDefinedId)
Sets Builder.userDefinedId to an arbitrary JSON value.
You should usually call Builder.userDefinedId 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 ManagementOperationCreateParams.CreateManagementOperationRequest.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final ManagementOperationCreateParams.CreateManagementOperationRequest.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final ManagementOperationCreateParams.CreateManagementOperationRequest.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final ManagementOperationCreateParams.CreateManagementOperationRequest.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final ManagementOperationCreateParams.CreateManagementOperationRequest.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final ManagementOperationCreateParams.CreateManagementOperationRequest build()
Returns an immutable instance of CreateManagementOperationRequest.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.amount() .category() .direction() .effectiveDate() .eventType() .financialAccountToken()
-
-
-
-