Package io.moov.sdk.models.operations
Class UpsertBrandRequest.Builder
- java.lang.Object
-
- io.moov.sdk.models.operations.UpsertBrandRequest.Builder
-
- Enclosing class:
- UpsertBrandRequest
public static final class UpsertBrandRequest.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpsertBrandRequest.BuilderaccountID(java.lang.String accountID)UpsertBrandRequest.BuilderbrandProperties(BrandProperties brandProperties)UpsertBrandRequestbuild()
-
-
-
Method Detail
-
accountID
public UpsertBrandRequest.Builder accountID(java.lang.String accountID)
-
brandProperties
public UpsertBrandRequest.Builder brandProperties(BrandProperties brandProperties)
-
build
public UpsertBrandRequest build()
-
-