public class MobileAppCategoryWithReferenceRequestBuilder extends BaseRequestBuilder implements IMobileAppCategoryWithReferenceRequestBuilder
| Constructor and Description |
|---|
MobileAppCategoryWithReferenceRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for the MobileAppCategory
|
| Modifier and Type | Method and Description |
|---|---|
IMobileAppCategoryWithReferenceRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific options instead of the existing options
|
IMobileAppCategoryWithReferenceRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IMobileAppCategoryReferenceRequestBuilder |
reference() |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic MobileAppCategoryWithReferenceRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IMobileAppCategoryWithReferenceRequest buildRequest(Option... requestOptions)
buildRequest in interface IMobileAppCategoryWithReferenceRequestBuilderrequestOptions - the options for this requestpublic IMobileAppCategoryWithReferenceRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IMobileAppCategoryWithReferenceRequestBuilderrequestOptions - the options for this requestpublic IMobileAppCategoryReferenceRequestBuilder reference()
reference in interface IMobileAppCategoryWithReferenceRequestBuilder