Package io.moov.sdk.models.operations
Class UpsertBrandRequest
- java.lang.Object
-
- io.moov.sdk.models.operations.UpsertBrandRequest
-
public class UpsertBrandRequest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpsertBrandRequest.Builder
-
Constructor Summary
Constructors Constructor Description UpsertBrandRequest(java.lang.String accountID, BrandProperties brandProperties)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringaccountID()BrandPropertiesbrandProperties()static UpsertBrandRequest.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()UpsertBrandRequestwithAccountID(java.lang.String accountID)UpsertBrandRequestwithBrandProperties(BrandProperties brandProperties)
-
-
-
Constructor Detail
-
UpsertBrandRequest
public UpsertBrandRequest(java.lang.String accountID, BrandProperties brandProperties)
-
-
Method Detail
-
accountID
public java.lang.String accountID()
-
brandProperties
public BrandProperties brandProperties()
-
builder
public static UpsertBrandRequest.Builder builder()
-
withAccountID
public UpsertBrandRequest withAccountID(java.lang.String accountID)
-
withBrandProperties
public UpsertBrandRequest withBrandProperties(BrandProperties brandProperties)
-
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
-
-