public class GroupAssignLicenseRequestBuilder extends BaseActionRequestBuilder implements IGroupAssignLicenseRequestBuilder
bodyParams| Constructor and Description |
|---|
GroupAssignLicenseRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.util.List<AssignedLicense> addLicenses,
java.util.List<java.util.UUID> removeLicenses)
The request builder for this GroupAssignLicense
|
| Modifier and Type | Method and Description |
|---|---|
IGroupAssignLicenseRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IGroupAssignLicenseRequest with specific requestOptions instead of the existing requestOptions
|
IGroupAssignLicenseRequest |
buildRequest(Option... requestOptions)
Creates the IGroupAssignLicenseRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic GroupAssignLicenseRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.util.List<AssignedLicense> addLicenses,
java.util.List<java.util.UUID> removeLicenses)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestaddLicenses - the addLicensesremoveLicenses - the removeLicensespublic IGroupAssignLicenseRequest buildRequest(Option... requestOptions)
buildRequest in interface IGroupAssignLicenseRequestBuilderrequestOptions - the options for the requestpublic IGroupAssignLicenseRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IGroupAssignLicenseRequestBuilderrequestOptions - the options for the request