public class ManagedAppRegistrationCollectionReferenceRequest extends BaseCollectionRequest<ManagedAppRegistrationCollectionResponse,IManagedAppRegistrationCollectionPage> implements IManagedAppRegistrationCollectionReferenceRequest
| Constructor and Description |
|---|
ManagedAppRegistrationCollectionReferenceRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of ManagedAppRegistration
|
| Modifier and Type | Method and Description |
|---|---|
IManagedAppRegistrationCollectionReferenceRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IManagedAppRegistrationCollectionReferenceRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IManagedAppRegistrationCollectionReferenceRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
ManagedAppRegistration |
post(ManagedAppRegistration newManagedAppRegistration) |
void |
post(ManagedAppRegistration newManagedAppRegistration,
ICallback<? super ManagedAppRegistration> callback) |
IManagedAppRegistrationCollectionReferenceRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IManagedAppRegistrationCollectionReferenceRequest |
top(int value)
Sets the top value for the request
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodpublic ManagedAppRegistrationCollectionReferenceRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic void post(ManagedAppRegistration newManagedAppRegistration, ICallback<? super ManagedAppRegistration> callback)
post in interface IManagedAppRegistrationCollectionReferenceRequestpublic ManagedAppRegistration post(ManagedAppRegistration newManagedAppRegistration) throws ClientException
post in interface IManagedAppRegistrationCollectionReferenceRequestClientExceptionpublic IManagedAppRegistrationCollectionReferenceRequest expand(java.lang.String value)
value - the expand clausepublic IManagedAppRegistrationCollectionReferenceRequest filter(java.lang.String value)
value - the filter clausepublic IManagedAppRegistrationCollectionReferenceRequest orderBy(java.lang.String value)
value - the sort clausepublic IManagedAppRegistrationCollectionReferenceRequest select(java.lang.String value)
select in interface IManagedAppRegistrationCollectionReferenceRequestvalue - the select clausepublic IManagedAppRegistrationCollectionReferenceRequest top(int value)
top in interface IManagedAppRegistrationCollectionReferenceRequestvalue - the max number of items to return