Package io.moov.sdk.models.operations
Class GetRepresentativeRequestBuilder
- java.lang.Object
-
- io.moov.sdk.models.operations.GetRepresentativeRequestBuilder
-
public class GetRepresentativeRequestBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GetRepresentativeRequestBuilder(SDKConfiguration sdkConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetRepresentativeRequestBuilderaccountID(java.lang.String accountID)GetRepresentativeResponsecall()GetRepresentativeRequestBuilderrepresentativeID(java.lang.String representativeID)
-
-
-
Constructor Detail
-
GetRepresentativeRequestBuilder
public GetRepresentativeRequestBuilder(SDKConfiguration sdkConfiguration)
-
-
Method Detail
-
accountID
public GetRepresentativeRequestBuilder accountID(java.lang.String accountID)
-
representativeID
public GetRepresentativeRequestBuilder representativeID(java.lang.String representativeID)
-
call
public GetRepresentativeResponse call() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-