public class GroupValidatePropertiesRequestBuilder extends BaseActionRequestBuilder implements IGroupValidatePropertiesRequestBuilder
bodyParams| Constructor and Description |
|---|
GroupValidatePropertiesRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.String displayName,
java.lang.String mailNickname,
java.util.UUID onBehalfOfUserId)
The request builder for this GroupValidateProperties
|
| Modifier and Type | Method and Description |
|---|---|
IGroupValidatePropertiesRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IGroupValidatePropertiesRequest with specific requestOptions instead of the existing requestOptions
|
IGroupValidatePropertiesRequest |
buildRequest(Option... requestOptions)
Creates the IGroupValidatePropertiesRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic GroupValidatePropertiesRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.String displayName,
java.lang.String mailNickname,
java.util.UUID onBehalfOfUserId)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestdisplayName - the displayNamemailNickname - the mailNicknameonBehalfOfUserId - the onBehalfOfUserIdpublic IGroupValidatePropertiesRequest buildRequest(Option... requestOptions)
buildRequest in interface IGroupValidatePropertiesRequestBuilderrequestOptions - the options for the requestpublic IGroupValidatePropertiesRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IGroupValidatePropertiesRequestBuilderrequestOptions - the options for the request