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