Package com.increase.api.models
Class ExportCreateParams.AccountStatementOfx.CreatedAt.Builder
-
- All Implemented Interfaces:
public final class ExportCreateParams.AccountStatementOfx.CreatedAt.BuilderA builder for CreatedAt.
-
-
Method Summary
-
-
Method Detail
-
after
final ExportCreateParams.AccountStatementOfx.CreatedAt.Builder after(OffsetDateTime after)
Return results after this ISO 8601 timestamp.
-
after
final ExportCreateParams.AccountStatementOfx.CreatedAt.Builder after(JsonField<OffsetDateTime> after)
Return results after this ISO 8601 timestamp.
-
before
final ExportCreateParams.AccountStatementOfx.CreatedAt.Builder before(OffsetDateTime before)
Return results before this ISO 8601 timestamp.
-
before
final ExportCreateParams.AccountStatementOfx.CreatedAt.Builder before(JsonField<OffsetDateTime> before)
Return results before this ISO 8601 timestamp.
-
onOrAfter
final ExportCreateParams.AccountStatementOfx.CreatedAt.Builder onOrAfter(OffsetDateTime onOrAfter)
Return results on or after this ISO 8601 timestamp.
-
onOrAfter
final ExportCreateParams.AccountStatementOfx.CreatedAt.Builder onOrAfter(JsonField<OffsetDateTime> onOrAfter)
Return results on or after this ISO 8601 timestamp.
-
onOrBefore
final ExportCreateParams.AccountStatementOfx.CreatedAt.Builder onOrBefore(OffsetDateTime onOrBefore)
Return results on or before this ISO 8601 timestamp.
-
onOrBefore
final ExportCreateParams.AccountStatementOfx.CreatedAt.Builder onOrBefore(JsonField<OffsetDateTime> onOrBefore)
Return results on or before this ISO 8601 timestamp.
-
additionalProperties
final ExportCreateParams.AccountStatementOfx.CreatedAt.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final ExportCreateParams.AccountStatementOfx.CreatedAt.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final ExportCreateParams.AccountStatementOfx.CreatedAt.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final ExportCreateParams.AccountStatementOfx.CreatedAt.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final ExportCreateParams.AccountStatementOfx.CreatedAt.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final ExportCreateParams.AccountStatementOfx.CreatedAt build()
-
-
-
-