public class OrganizationRequestBuilder extends BaseRequestBuilder implements IOrganizationRequestBuilder
| Constructor and Description |
|---|
OrganizationRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for the Organization
|
| Modifier and Type | Method and Description |
|---|---|
IOrganizationRequest |
buildRequest()
Creates the request
|
IOrganizationRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
IExtensionCollectionRequestBuilder |
extensions() |
IExtensionRequestBuilder |
extensions(java.lang.String id) |
IOrganizationSetMobileDeviceManagementAuthorityRequestBuilder |
setMobileDeviceManagementAuthority() |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic OrganizationRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IOrganizationRequest buildRequest()
buildRequest in interface IOrganizationRequestBuilderpublic IOrganizationRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IOrganizationRequestBuilderrequestOptions - the options for this requestpublic IExtensionCollectionRequestBuilder extensions()
extensions in interface IOrganizationRequestBuilderpublic IExtensionRequestBuilder extensions(java.lang.String id)
extensions in interface IOrganizationRequestBuilderpublic IOrganizationSetMobileDeviceManagementAuthorityRequestBuilder setMobileDeviceManagementAuthority()
setMobileDeviceManagementAuthority in interface IOrganizationRequestBuilder