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