T - the generic typepublic interface EntityTypeActionOperation<T> extends EntityOperation
| Modifier and Type | Method and Description |
|---|---|
EntityTypeActionOperation<T> |
addQueryParameter(String key,
String value)
Adds the query parameter.
|
javax.ws.rs.core.MultivaluedMap<String,String> |
getQueryParameters()
Gets the query parameters.
|
Object |
getRequestContents()
Gets the request contents.
|
String |
getVerb()
Gets the verb.
|
T |
processTypeResponse(com.sun.jersey.api.client.ClientResponse clientResponse)
Process type response.
|
EntityTypeActionOperation<T> |
setAcceptType(javax.ws.rs.core.MediaType acceptType)
Sets the accept type.
|
EntityTypeActionOperation<T> |
setContentType(javax.ws.rs.core.MediaType contentType)
Sets the content type.
|
getAcceptType, getContentType, getUri, processResponse, setProxyDataT processTypeResponse(com.sun.jersey.api.client.ClientResponse clientResponse)
clientResponse - the client responsejavax.ws.rs.core.MultivaluedMap<String,String> getQueryParameters()
EntityTypeActionOperation<T> addQueryParameter(String key, String value)
key - the keyvalue - the valueString getVerb()
Object getRequestContents()
EntityTypeActionOperation<T> setContentType(javax.ws.rs.core.MediaType contentType)
contentType - the content typeEntityTypeActionOperation<T> setAcceptType(javax.ws.rs.core.MediaType acceptType)
acceptType - the accept type/**
* Copyright Microsoft Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/