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