Package io.moov.sdk.models.components
Class WebhookDataRepresentativeUpdated
- java.lang.Object
-
- io.moov.sdk.models.components.WebhookDataRepresentativeUpdated
-
public class WebhookDataRepresentativeUpdated extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWebhookDataRepresentativeUpdated.Builder
-
Constructor Summary
Constructors Constructor Description WebhookDataRepresentativeUpdated(java.lang.String accountID, java.lang.String representativeID)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringaccountID()static WebhookDataRepresentativeUpdated.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()java.lang.StringrepresentativeID()java.lang.StringtoString()WebhookDataRepresentativeUpdatedwithAccountID(java.lang.String accountID)WebhookDataRepresentativeUpdatedwithRepresentativeID(java.lang.String representativeID)
-
-
-
Method Detail
-
accountID
public java.lang.String accountID()
-
representativeID
public java.lang.String representativeID()
-
builder
public static WebhookDataRepresentativeUpdated.Builder builder()
-
withAccountID
public WebhookDataRepresentativeUpdated withAccountID(java.lang.String accountID)
-
withRepresentativeID
public WebhookDataRepresentativeUpdated withRepresentativeID(java.lang.String representativeID)
-
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
-
-