public interface IOrganizationCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IOrganizationCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IOrganizationCollectionPage |
get() |
void |
get(ICallback<IOrganizationCollectionPage> callback) |
Organization |
post(Organization newOrganization) |
void |
post(Organization newOrganization,
ICallback<Organization> callback) |
IOrganizationCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IOrganizationCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IOrganizationCollectionPage> callback)
IOrganizationCollectionPage get() throws ClientException
ClientExceptionvoid post(Organization newOrganization, ICallback<Organization> callback)
Organization post(Organization newOrganization) throws ClientException
ClientExceptionIOrganizationCollectionRequest expand(java.lang.String value)
value - the expand clauseIOrganizationCollectionRequest select(java.lang.String value)
value - the select clauseIOrganizationCollectionRequest top(int value)
value - the max number of items to return