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(SDKMethodInterfaces.MethodCallUpdateRepresentative sdk)
-
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)UpdateRepresentativeRequestBuilderxMoovVersion(java.lang.String xMoovVersion)UpdateRepresentativeRequestBuilderxMoovVersion(java.util.Optional<java.lang.String> xMoovVersion)
-
-
-
Constructor Detail
-
UpdateRepresentativeRequestBuilder
public UpdateRepresentativeRequestBuilder(SDKMethodInterfaces.MethodCallUpdateRepresentative sdk)
-
-
Method Detail
-
xMoovVersion
public UpdateRepresentativeRequestBuilder xMoovVersion(java.lang.String xMoovVersion)
-
xMoovVersion
public UpdateRepresentativeRequestBuilder xMoovVersion(java.util.Optional<java.lang.String> xMoovVersion)
-
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
-
-