public interface IGroupLifecyclePolicyCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IGroupLifecyclePolicyCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IGroupLifecyclePolicyCollectionPage |
get() |
void |
get(ICallback<IGroupLifecyclePolicyCollectionPage> callback) |
GroupLifecyclePolicy |
post(GroupLifecyclePolicy newGroupLifecyclePolicy) |
void |
post(GroupLifecyclePolicy newGroupLifecyclePolicy,
ICallback<GroupLifecyclePolicy> callback) |
IGroupLifecyclePolicyCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IGroupLifecyclePolicyCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IGroupLifecyclePolicyCollectionPage> callback)
IGroupLifecyclePolicyCollectionPage get() throws ClientException
ClientExceptionvoid post(GroupLifecyclePolicy newGroupLifecyclePolicy, ICallback<GroupLifecyclePolicy> callback)
GroupLifecyclePolicy post(GroupLifecyclePolicy newGroupLifecyclePolicy) throws ClientException
ClientExceptionIGroupLifecyclePolicyCollectionRequest expand(java.lang.String value)
value - the expand clauseIGroupLifecyclePolicyCollectionRequest select(java.lang.String value)
value - the select clauseIGroupLifecyclePolicyCollectionRequest top(int value)
value - the max number of items to return