Package com.lithic.api.models
Class ManagementOperationCreateParams
-
- All Implemented Interfaces:
-
com.lithic.api.core.Params
public final class ManagementOperationCreateParams implements Params
Create management operation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classManagementOperationCreateParams.CreateManagementOperationRequestpublic final classManagementOperationCreateParams.BuilderA builder for ManagementOperationCreateParams.
public final classManagementOperationCreateParams.ManagementOperationCategorypublic final classManagementOperationCreateParams.ManagementOperationDirectionpublic final classManagementOperationCreateParams.ManagementOperationEventType
-
Method Summary
-
-
Method Detail
-
category
final ManagementOperationCreateParams.ManagementOperationCategory category()
-
direction
final ManagementOperationCreateParams.ManagementOperationDirection direction()
-
effectiveDate
final LocalDate effectiveDate()
-
eventType
final ManagementOperationCreateParams.ManagementOperationEventType eventType()
-
financialAccountToken
final String financialAccountToken()
-
userDefinedId
final Optional<String> userDefinedId()
-
_category
final JsonField<ManagementOperationCreateParams.ManagementOperationCategory> _category()
-
_direction
final JsonField<ManagementOperationCreateParams.ManagementOperationDirection> _direction()
-
_effectiveDate
final JsonField<LocalDate> _effectiveDate()
-
_eventType
final JsonField<ManagementOperationCreateParams.ManagementOperationEventType> _eventType()
-
_financialAccountToken
final JsonField<String> _financialAccountToken()
-
_userDefinedId
final JsonField<String> _userDefinedId()
-
_additionalBodyProperties
final Map<String, JsonValue> _additionalBodyProperties()
-
_additionalHeaders
final Headers _additionalHeaders()
-
_additionalQueryParams
final QueryParams _additionalQueryParams()
-
_headers
Headers _headers()
The full set of headers in the parameters, including both fixed and additional headers.
-
_queryParams
QueryParams _queryParams()
The full set of query params in the parameters, including both fixed and additional query params.
-
toBuilder
final ManagementOperationCreateParams.Builder toBuilder()
-
builder
final static ManagementOperationCreateParams.Builder builder()
Returns a mutable builder for constructing an instance of ManagementOperationCreateParams.
The following fields are required:
.amount() .category() .direction() .effectiveDate() .eventType() .financialAccountToken()
-
-
-
-