Package io.moov.sdk.models.operations
Class UpdateRepresentativeRequestBuilder
- java.lang.Object
-
- io.moov.sdk.models.operations.UpdateRepresentativeRequestBuilder
-
public class UpdateRepresentativeRequestBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description UpdateRepresentativeRequestBuilder(SDKConfiguration sdkConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateRepresentativeRequestBuilderaccountID(java.lang.String accountID)UpdateRepresentativeResponsecall()UpdateRepresentativeRequestBuilderrepresentativeID(java.lang.String representativeID)UpdateRepresentativeRequestBuilderupdateRepresentative(UpdateRepresentative updateRepresentative)
-
-
-
Constructor Detail
-
UpdateRepresentativeRequestBuilder
public UpdateRepresentativeRequestBuilder(SDKConfiguration sdkConfiguration)
-
-
Method Detail
-
accountID
public UpdateRepresentativeRequestBuilder accountID(java.lang.String accountID)
-
representativeID
public UpdateRepresentativeRequestBuilder representativeID(java.lang.String representativeID)
-
updateRepresentative
public UpdateRepresentativeRequestBuilder updateRepresentative(UpdateRepresentative updateRepresentative)
-
call
public UpdateRepresentativeResponse call() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-