public interface IParticipantCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IParticipantCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IParticipantCollectionPage |
get() |
void |
get(ICallback<IParticipantCollectionPage> callback) |
Participant |
post(Participant newParticipant) |
void |
post(Participant newParticipant,
ICallback<Participant> callback) |
IParticipantCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IParticipantCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IParticipantCollectionPage> callback)
IParticipantCollectionPage get() throws ClientException
ClientExceptionvoid post(Participant newParticipant, ICallback<Participant> callback)
Participant post(Participant newParticipant) throws ClientException
ClientExceptionIParticipantCollectionRequest expand(java.lang.String value)
value - the expand clauseIParticipantCollectionRequest select(java.lang.String value)
value - the select clauseIParticipantCollectionRequest top(int value)
value - the max number of items to return