Package com.lithic.api.models
Class ManagementOperationReverseParams.ManagementOperationActionRequest
-
- All Implemented Interfaces:
public final class ManagementOperationReverseParams.ManagementOperationActionRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classManagementOperationReverseParams.ManagementOperationActionRequest.BuilderA builder for ManagementOperationActionRequest.
-
Method Summary
Modifier and Type Method Description final LocalDateeffectiveDate()final Optional<String>memo()final JsonField<LocalDate>_effectiveDate()Returns the raw JSON value of effectiveDate. final JsonField<String>_memo()Returns the raw JSON value of memo. final Map<String, JsonValue>_additionalProperties()final ManagementOperationReverseParams.ManagementOperationActionRequest.BuildertoBuilder()final ManagementOperationReverseParams.ManagementOperationActionRequestvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ManagementOperationReverseParams.ManagementOperationActionRequest.Builderbuilder()Returns a mutable builder for constructing an instance of ManagementOperationActionRequest. -
-
Method Detail
-
effectiveDate
final LocalDate effectiveDate()
-
_effectiveDate
final JsonField<LocalDate> _effectiveDate()
Returns the raw JSON value of effectiveDate.
Unlike effectiveDate, this method doesn't throw if the JSON field has an unexpected type.
-
_memo
final JsonField<String> _memo()
Returns the raw JSON value of memo.
Unlike memo, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ManagementOperationReverseParams.ManagementOperationActionRequest.Builder toBuilder()
-
builder
final static ManagementOperationReverseParams.ManagementOperationActionRequest.Builder builder()
Returns a mutable builder for constructing an instance of ManagementOperationActionRequest.
The following fields are required:
.effectiveDate()
-
-
-
-