Package io.moov.sdk.models.components
Class UpsertUnderwriting
- java.lang.Object
-
- io.moov.sdk.models.components.UpsertUnderwriting
-
public class UpsertUnderwriting extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpsertUnderwriting.Builder
-
Constructor Summary
Constructors Constructor Description UpsertUnderwriting()UpsertUnderwriting(java.util.Optional<? extends GeographicReach> geographicReach, java.util.Optional<? extends BusinessPresence> businessPresence, java.util.Optional<? extends PendingLitigation> pendingLitigation, java.util.Optional<? extends VolumeShareByCustomerType> volumeShareByCustomerType, java.util.Optional<? extends CollectFunds> collectFunds, java.util.Optional<? extends MoneyTransfer> moneyTransfer, java.util.Optional<? extends SendFunds> sendFunds, java.util.Optional<? extends SubmissionIntent> submissionIntent)
-
Method Summary
-
-
-
Constructor Detail
-
UpsertUnderwriting
public UpsertUnderwriting(java.util.Optional<? extends GeographicReach> geographicReach, java.util.Optional<? extends BusinessPresence> businessPresence, java.util.Optional<? extends PendingLitigation> pendingLitigation, java.util.Optional<? extends VolumeShareByCustomerType> volumeShareByCustomerType, java.util.Optional<? extends CollectFunds> collectFunds, java.util.Optional<? extends MoneyTransfer> moneyTransfer, java.util.Optional<? extends SendFunds> sendFunds, java.util.Optional<? extends SubmissionIntent> submissionIntent)
-
UpsertUnderwriting
public UpsertUnderwriting()
-
-
Method Detail
-
geographicReach
public java.util.Optional<GeographicReach> geographicReach()
-
businessPresence
public java.util.Optional<BusinessPresence> businessPresence()
-
pendingLitigation
public java.util.Optional<PendingLitigation> pendingLitigation()
-
volumeShareByCustomerType
public java.util.Optional<VolumeShareByCustomerType> volumeShareByCustomerType()
-
collectFunds
public java.util.Optional<CollectFunds> collectFunds()
-
moneyTransfer
public java.util.Optional<MoneyTransfer> moneyTransfer()
-
sendFunds
public java.util.Optional<SendFunds> sendFunds()
-
submissionIntent
public java.util.Optional<SubmissionIntent> submissionIntent()
-
builder
public static UpsertUnderwriting.Builder builder()
-
withGeographicReach
public UpsertUnderwriting withGeographicReach(GeographicReach geographicReach)
-
withGeographicReach
public UpsertUnderwriting withGeographicReach(java.util.Optional<? extends GeographicReach> geographicReach)
-
withBusinessPresence
public UpsertUnderwriting withBusinessPresence(BusinessPresence businessPresence)
-
withBusinessPresence
public UpsertUnderwriting withBusinessPresence(java.util.Optional<? extends BusinessPresence> businessPresence)
-
withPendingLitigation
public UpsertUnderwriting withPendingLitigation(PendingLitigation pendingLitigation)
-
withPendingLitigation
public UpsertUnderwriting withPendingLitigation(java.util.Optional<? extends PendingLitigation> pendingLitigation)
-
withVolumeShareByCustomerType
public UpsertUnderwriting withVolumeShareByCustomerType(VolumeShareByCustomerType volumeShareByCustomerType)
-
withVolumeShareByCustomerType
public UpsertUnderwriting withVolumeShareByCustomerType(java.util.Optional<? extends VolumeShareByCustomerType> volumeShareByCustomerType)
-
withCollectFunds
public UpsertUnderwriting withCollectFunds(CollectFunds collectFunds)
-
withCollectFunds
public UpsertUnderwriting withCollectFunds(java.util.Optional<? extends CollectFunds> collectFunds)
-
withMoneyTransfer
public UpsertUnderwriting withMoneyTransfer(MoneyTransfer moneyTransfer)
-
withMoneyTransfer
public UpsertUnderwriting withMoneyTransfer(java.util.Optional<? extends MoneyTransfer> moneyTransfer)
-
withSendFunds
public UpsertUnderwriting withSendFunds(SendFunds sendFunds)
-
withSendFunds
public UpsertUnderwriting withSendFunds(java.util.Optional<? extends SendFunds> sendFunds)
-
withSubmissionIntent
public UpsertUnderwriting withSubmissionIntent(SubmissionIntent submissionIntent)
-
withSubmissionIntent
public UpsertUnderwriting withSubmissionIntent(java.util.Optional<? extends SubmissionIntent> submissionIntent)
-
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
-
-