Package io.moov.sdk.models.operations
Class ListRepresentativesRequestBuilder
- java.lang.Object
-
- io.moov.sdk.models.operations.ListRepresentativesRequestBuilder
-
public class ListRepresentativesRequestBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ListRepresentativesRequestBuilder(SDKConfiguration sdkConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListRepresentativesRequestBuilderaccountID(java.lang.String accountID)ListRepresentativesResponsecall()
-
-
-
Constructor Detail
-
ListRepresentativesRequestBuilder
public ListRepresentativesRequestBuilder(SDKConfiguration sdkConfiguration)
-
-
Method Detail
-
accountID
public ListRepresentativesRequestBuilder accountID(java.lang.String accountID)
-
call
public ListRepresentativesResponse call() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-