public class UserExportPersonalDataRequestBuilder extends BaseActionRequestBuilder implements IUserExportPersonalDataRequestBuilder
bodyParams
Constructor and Description |
---|
UserExportPersonalDataRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.String storageLocation)
The request builder for this UserExportPersonalData
|
Modifier and Type | Method and Description |
---|---|
IUserExportPersonalDataRequest |
buildRequest()
Creates the IUserExportPersonalDataRequest
|
IUserExportPersonalDataRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IUserExportPersonalDataRequest with specific requestOptions instead of the existing requestOptions
|
getParameter, hasParameter
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClient, getRequestUrl, getRequestUrlWithAdditionalSegment
public UserExportPersonalDataRequestBuilder(java.lang.String requestUrl, IBaseClient client, java.util.List<? extends Option> requestOptions, java.lang.String storageLocation)
requestUrl
- the request URLclient
- the service clientrequestOptions
- the options for this requeststorageLocation
- the storageLocationpublic IUserExportPersonalDataRequest buildRequest()
buildRequest
in interface IUserExportPersonalDataRequestBuilder
public IUserExportPersonalDataRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest
in interface IUserExportPersonalDataRequestBuilder
requestOptions
- the options for the request