public class TeamsAppDefinitionWithReferenceRequest extends BaseRequest implements ITeamsAppDefinitionWithReferenceRequest
functionOptions, queryOptions, REQUEST_STATS_HEADER_VALUE_FORMAT_STRING| Constructor and Description |
|---|
TeamsAppDefinitionWithReferenceRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for the TeamsAppDefinition
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
void |
delete(ICallback<? super TeamsAppDefinition> callback) |
ITeamsAppDefinitionWithReferenceRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
TeamsAppDefinition |
get() |
void |
get(ICallback<? super TeamsAppDefinition> callback) |
TeamsAppDefinition |
patch(TeamsAppDefinition sourceTeamsAppDefinition) |
void |
patch(TeamsAppDefinition sourceTeamsAppDefinition,
ICallback<? super TeamsAppDefinition> callback) |
TeamsAppDefinition |
post(TeamsAppDefinition newTeamsAppDefinition,
IJsonBackedObject payload) |
void |
post(TeamsAppDefinition newTeamsAppDefinition,
IJsonBackedObject payload,
ICallback<? super TeamsAppDefinition> callback) |
ITeamsAppDefinitionWithReferenceRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addFunctionOption, addHeader, addQueryOption, getClient, getDelay, getFunctionOptions, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getQueryOptions, getRequestUrl, getResponseType, getShouldRedirect, getShouldRetry, getUseCaches, send, send, setDelay, setHttpMethod, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodpublic TeamsAppDefinitionWithReferenceRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic void post(TeamsAppDefinition newTeamsAppDefinition, IJsonBackedObject payload, ICallback<? super TeamsAppDefinition> callback)
post in interface ITeamsAppDefinitionWithReferenceRequestpublic TeamsAppDefinition post(TeamsAppDefinition newTeamsAppDefinition, IJsonBackedObject payload) throws ClientException
post in interface ITeamsAppDefinitionWithReferenceRequestClientExceptionpublic void get(ICallback<? super TeamsAppDefinition> callback)
get in interface ITeamsAppDefinitionWithReferenceRequestpublic TeamsAppDefinition get() throws ClientException
get in interface ITeamsAppDefinitionWithReferenceRequestClientExceptionpublic void delete(ICallback<? super TeamsAppDefinition> callback)
delete in interface ITeamsAppDefinitionWithReferenceRequestpublic void delete()
throws ClientException
delete in interface ITeamsAppDefinitionWithReferenceRequestClientExceptionpublic void patch(TeamsAppDefinition sourceTeamsAppDefinition, ICallback<? super TeamsAppDefinition> callback)
patch in interface ITeamsAppDefinitionWithReferenceRequestpublic TeamsAppDefinition patch(TeamsAppDefinition sourceTeamsAppDefinition) throws ClientException
patch in interface ITeamsAppDefinitionWithReferenceRequestClientExceptionpublic ITeamsAppDefinitionWithReferenceRequest select(java.lang.String value)
select in interface ITeamsAppDefinitionWithReferenceRequestvalue - the select clausepublic ITeamsAppDefinitionWithReferenceRequest expand(java.lang.String value)
expand in interface ITeamsAppDefinitionWithReferenceRequestvalue - the expand clause