Class UpdateSweepConfigRequest
- java.lang.Object
-
- io.moov.sdk.models.operations.UpdateSweepConfigRequest
-
public class UpdateSweepConfigRequest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateSweepConfigRequest.Builder
-
Constructor Summary
Constructors Constructor Description UpdateSweepConfigRequest(java.lang.String accountID, java.lang.String sweepConfigID, PatchSweepConfig patchSweepConfig)UpdateSweepConfigRequest(java.util.Optional<java.lang.String> xMoovVersion, java.lang.String accountID, java.lang.String sweepConfigID, PatchSweepConfig patchSweepConfig)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringaccountID()static UpdateSweepConfigRequest.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()PatchSweepConfigpatchSweepConfig()java.lang.StringsweepConfigID()java.lang.StringtoString()UpdateSweepConfigRequestwithAccountID(java.lang.String accountID)UpdateSweepConfigRequestwithPatchSweepConfig(PatchSweepConfig patchSweepConfig)UpdateSweepConfigRequestwithSweepConfigID(java.lang.String sweepConfigID)UpdateSweepConfigRequestwithXMoovVersion(java.lang.String xMoovVersion)Specify an API version.UpdateSweepConfigRequestwithXMoovVersion(java.util.Optional<java.lang.String> xMoovVersion)Specify an API version.java.util.Optional<java.lang.String>xMoovVersion()Specify an API version.
-
-
-
Constructor Detail
-
UpdateSweepConfigRequest
public UpdateSweepConfigRequest(java.util.Optional<java.lang.String> xMoovVersion, java.lang.String accountID, java.lang.String sweepConfigID, PatchSweepConfig patchSweepConfig)
-
UpdateSweepConfigRequest
public UpdateSweepConfigRequest(java.lang.String accountID, java.lang.String sweepConfigID, PatchSweepConfig patchSweepConfig)
-
-
Method Detail
-
xMoovVersion
public java.util.Optional<java.lang.String> xMoovVersion()
Specify an API version.API versioning follows the format `vYYYY.QQ.BB`, where - `YYYY` is the year - `QQ` is the two-digit month for the first month of the quarter (e.g., 01, 04, 07, 10) - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter. - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
-
accountID
public java.lang.String accountID()
-
sweepConfigID
public java.lang.String sweepConfigID()
-
patchSweepConfig
public PatchSweepConfig patchSweepConfig()
-
builder
public static final UpdateSweepConfigRequest.Builder builder()
-
withXMoovVersion
public UpdateSweepConfigRequest withXMoovVersion(java.lang.String xMoovVersion)
Specify an API version.API versioning follows the format `vYYYY.QQ.BB`, where - `YYYY` is the year - `QQ` is the two-digit month for the first month of the quarter (e.g., 01, 04, 07, 10) - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter. - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
-
withXMoovVersion
public UpdateSweepConfigRequest withXMoovVersion(java.util.Optional<java.lang.String> xMoovVersion)
Specify an API version.API versioning follows the format `vYYYY.QQ.BB`, where - `YYYY` is the year - `QQ` is the two-digit month for the first month of the quarter (e.g., 01, 04, 07, 10) - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter. - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
-
withAccountID
public UpdateSweepConfigRequest withAccountID(java.lang.String accountID)
-
withSweepConfigID
public UpdateSweepConfigRequest withSweepConfigID(java.lang.String sweepConfigID)
-
withPatchSweepConfig
public UpdateSweepConfigRequest withPatchSweepConfig(PatchSweepConfig patchSweepConfig)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-