Package io.moov.sdk.models.operations
Class UpdateRepresentativeRequest.Builder
- java.lang.Object
-
- io.moov.sdk.models.operations.UpdateRepresentativeRequest.Builder
-
- Enclosing class:
- UpdateRepresentativeRequest
public static final class UpdateRepresentativeRequest.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateRepresentativeRequest.BuilderaccountID(java.lang.String accountID)ID of the account.UpdateRepresentativeRequestbuild()UpdateRepresentativeRequest.BuilderrepresentativeID(java.lang.String representativeID)ID of the representative.UpdateRepresentativeRequest.BuilderupdateRepresentative(UpdateRepresentative updateRepresentative)
-
-
-
Method Detail
-
accountID
public UpdateRepresentativeRequest.Builder accountID(java.lang.String accountID)
ID of the account.
-
representativeID
public UpdateRepresentativeRequest.Builder representativeID(java.lang.String representativeID)
ID of the representative.
-
updateRepresentative
public UpdateRepresentativeRequest.Builder updateRepresentative(UpdateRepresentative updateRepresentative)
-
build
public UpdateRepresentativeRequest build()
-
-