Package io.moov.sdk.models.operations
Class DeleteRepresentativeRequestBuilder
- java.lang.Object
-
- io.moov.sdk.models.operations.DeleteRepresentativeRequestBuilder
-
public class DeleteRepresentativeRequestBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DeleteRepresentativeRequestBuilder(SDKMethodInterfaces.MethodCallDeleteRepresentative sdk)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteRepresentativeRequestBuilderaccountID(java.lang.String accountID)DeleteRepresentativeResponsecall()DeleteRepresentativeRequestBuilderrepresentativeID(java.lang.String representativeID)DeleteRepresentativeRequestBuilderxMoovVersion(java.lang.String xMoovVersion)DeleteRepresentativeRequestBuilderxMoovVersion(java.util.Optional<java.lang.String> xMoovVersion)
-
-
-
Constructor Detail
-
DeleteRepresentativeRequestBuilder
public DeleteRepresentativeRequestBuilder(SDKMethodInterfaces.MethodCallDeleteRepresentative sdk)
-
-
Method Detail
-
xMoovVersion
public DeleteRepresentativeRequestBuilder xMoovVersion(java.lang.String xMoovVersion)
-
xMoovVersion
public DeleteRepresentativeRequestBuilder xMoovVersion(java.util.Optional<java.lang.String> xMoovVersion)
-
accountID
public DeleteRepresentativeRequestBuilder accountID(java.lang.String accountID)
-
representativeID
public DeleteRepresentativeRequestBuilder representativeID(java.lang.String representativeID)
-
call
public DeleteRepresentativeResponse call() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-