public class OrgContactRequestBuilder extends BaseRequestBuilder implements IOrgContactRequestBuilder
| Constructor and Description |
|---|
OrgContactRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for the OrgContact
|
| Modifier and Type | Method and Description |
|---|---|
IOrgContactRequest |
buildRequest()
Creates the request
|
IOrgContactRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
IDirectoryObjectCollectionWithReferencesRequestBuilder |
directReports() |
IDirectoryObjectWithReferenceRequestBuilder |
directReports(java.lang.String id) |
IDirectoryObjectWithReferenceRequestBuilder |
manager()
Gets the request builder for DirectoryObject
|
IDirectoryObjectCollectionWithReferencesRequestBuilder |
memberOf() |
IDirectoryObjectWithReferenceRequestBuilder |
memberOf(java.lang.String id) |
IDirectoryObjectCollectionWithReferencesRequestBuilder |
transitiveMemberOf() |
IDirectoryObjectWithReferenceRequestBuilder |
transitiveMemberOf(java.lang.String id) |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic OrgContactRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IOrgContactRequest buildRequest()
buildRequest in interface IOrgContactRequestBuilderpublic IOrgContactRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IOrgContactRequestBuilderrequestOptions - the options for this requestpublic IDirectoryObjectWithReferenceRequestBuilder manager()
manager in interface IOrgContactRequestBuilderpublic IDirectoryObjectCollectionWithReferencesRequestBuilder directReports()
directReports in interface IOrgContactRequestBuilderpublic IDirectoryObjectWithReferenceRequestBuilder directReports(java.lang.String id)
directReports in interface IOrgContactRequestBuilderpublic IDirectoryObjectCollectionWithReferencesRequestBuilder memberOf()
memberOf in interface IOrgContactRequestBuilderpublic IDirectoryObjectWithReferenceRequestBuilder memberOf(java.lang.String id)
memberOf in interface IOrgContactRequestBuilderpublic IDirectoryObjectCollectionWithReferencesRequestBuilder transitiveMemberOf()
transitiveMemberOf in interface IOrgContactRequestBuilderpublic IDirectoryObjectWithReferenceRequestBuilder transitiveMemberOf(java.lang.String id)
transitiveMemberOf in interface IOrgContactRequestBuilder