public interface ITeamsAppDefinitionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<TeamsAppDefinition> callback)
Delete this item from the service
|
ITeamsAppDefinitionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
TeamsAppDefinition |
get()
Gets the TeamsAppDefinition from the service
|
void |
get(ICallback<TeamsAppDefinition> callback)
Gets the TeamsAppDefinition from the service
|
TeamsAppDefinition |
patch(TeamsAppDefinition sourceTeamsAppDefinition)
Patches this TeamsAppDefinition with a source
|
void |
patch(TeamsAppDefinition sourceTeamsAppDefinition,
ICallback<TeamsAppDefinition> callback)
Patches this TeamsAppDefinition with a source
|
TeamsAppDefinition |
post(TeamsAppDefinition newTeamsAppDefinition)
Posts a TeamsAppDefinition with a new object
|
void |
post(TeamsAppDefinition newTeamsAppDefinition,
ICallback<TeamsAppDefinition> callback)
Posts a TeamsAppDefinition with a new object
|
ITeamsAppDefinitionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachesvoid get(ICallback<TeamsAppDefinition> callback)
callback - the callback to be called after success or failureTeamsAppDefinition get() throws ClientException
ClientException - this exception occurs if the request was unable to complete for any reasonvoid delete(ICallback<TeamsAppDefinition> callback)
callback - the callback when the deletion action has completedvoid delete()
throws ClientException
ClientException - if there was an exception during the delete operationvoid patch(TeamsAppDefinition sourceTeamsAppDefinition, ICallback<TeamsAppDefinition> callback)
sourceTeamsAppDefinition - the source object with updatescallback - the callback to be called after success or failureTeamsAppDefinition patch(TeamsAppDefinition sourceTeamsAppDefinition) throws ClientException
sourceTeamsAppDefinition - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonvoid post(TeamsAppDefinition newTeamsAppDefinition, ICallback<TeamsAppDefinition> callback)
newTeamsAppDefinition - the new object to createcallback - the callback to be called after success or failureTeamsAppDefinition post(TeamsAppDefinition newTeamsAppDefinition) throws ClientException
newTeamsAppDefinition - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonITeamsAppDefinitionRequest select(java.lang.String value)
value - the select clauseITeamsAppDefinitionRequest expand(java.lang.String value)
value - the expand clause