public class ManagedAppRegistrationCollectionWithReferencesRequestBuilder extends BaseRequestBuilder implements IManagedAppRegistrationCollectionWithReferencesRequestBuilder
| Constructor and Description |
|---|
ManagedAppRegistrationCollectionWithReferencesRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of User
|
| Modifier and Type | Method and Description |
|---|---|
IManagedAppRegistrationCollectionWithReferencesRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request
|
IManagedAppRegistrationCollectionWithReferencesRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IManagedAppRegistrationWithReferenceRequestBuilder |
byId(java.lang.String id) |
IManagedAppRegistrationCollectionReferenceRequestBuilder |
references() |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic ManagedAppRegistrationCollectionWithReferencesRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IManagedAppRegistrationCollectionWithReferencesRequest buildRequest(Option... requestOptions)
buildRequest in interface IManagedAppRegistrationCollectionWithReferencesRequestBuilderrequestOptions - the options for this requestpublic IManagedAppRegistrationCollectionWithReferencesRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IManagedAppRegistrationCollectionWithReferencesRequestBuilderrequestOptions - the options for this requestpublic IManagedAppRegistrationWithReferenceRequestBuilder byId(java.lang.String id)
byId in interface IManagedAppRegistrationCollectionWithReferencesRequestBuilderpublic IManagedAppRegistrationCollectionReferenceRequestBuilder references()
references in interface IManagedAppRegistrationCollectionWithReferencesRequestBuilder