Package io.moov.sdk.models.components
Class WebhookDataRepresentativeCreated
- java.lang.Object
-
- io.moov.sdk.models.components.WebhookDataRepresentativeCreated
-
public class WebhookDataRepresentativeCreated extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWebhookDataRepresentativeCreated.Builder
-
Constructor Summary
Constructors Constructor Description WebhookDataRepresentativeCreated(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 WebhookDataRepresentativeCreated.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()java.lang.StringrepresentativeID()java.lang.StringtoString()WebhookDataRepresentativeCreatedwithAccountID(java.lang.String accountID)WebhookDataRepresentativeCreatedwithRepresentativeID(java.lang.String representativeID)
-
-
-
Method Detail
-
accountID
public java.lang.String accountID()
-
representativeID
public java.lang.String representativeID()
-
builder
public static final WebhookDataRepresentativeCreated.Builder builder()
-
withAccountID
public WebhookDataRepresentativeCreated withAccountID(java.lang.String accountID)
-
withRepresentativeID
public WebhookDataRepresentativeCreated 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
-
-