public interface ITelecomExpenseManagementPartnerCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
ITelecomExpenseManagementPartnerCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ITelecomExpenseManagementPartnerCollectionPage |
get() |
void |
get(ICallback<ITelecomExpenseManagementPartnerCollectionPage> callback) |
TelecomExpenseManagementPartner |
post(TelecomExpenseManagementPartner newTelecomExpenseManagementPartner) |
void |
post(TelecomExpenseManagementPartner newTelecomExpenseManagementPartner,
ICallback<TelecomExpenseManagementPartner> callback) |
ITelecomExpenseManagementPartnerCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ITelecomExpenseManagementPartnerCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<ITelecomExpenseManagementPartnerCollectionPage> callback)
ITelecomExpenseManagementPartnerCollectionPage get() throws ClientException
ClientExceptionvoid post(TelecomExpenseManagementPartner newTelecomExpenseManagementPartner, ICallback<TelecomExpenseManagementPartner> callback)
TelecomExpenseManagementPartner post(TelecomExpenseManagementPartner newTelecomExpenseManagementPartner) throws ClientException
ClientExceptionITelecomExpenseManagementPartnerCollectionRequest expand(java.lang.String value)
value - the expand clauseITelecomExpenseManagementPartnerCollectionRequest select(java.lang.String value)
value - the select clauseITelecomExpenseManagementPartnerCollectionRequest top(int value)
value - the max number of items to return