public interface EntityActionOperation extends EntityOperation
| Modifier and Type | Method and Description |
|---|---|
EntityActionOperation |
addBodyParameter(String key,
Object value)
Adds the body parameter.
|
EntityActionOperation |
addQueryParameter(String key,
String value)
Adds the query parameter.
|
Map<String,Object> |
getBodyParameters()
Gets the body parameters.
|
javax.ws.rs.core.MultivaluedMap<String,String> |
getQueryParameters()
Gets the query parameters.
|
Object |
getRequestContents()
Gets the request contents.
|
String |
getVerb()
Gets the verb.
|
EntityActionOperation |
setContentType(javax.ws.rs.core.MediaType contentType)
Sets the content type.
|
getAcceptType, getContentType, getUri, processResponse, setProxyDatajavax.ws.rs.core.MultivaluedMap<String,String> getQueryParameters()
EntityActionOperation addQueryParameter(String key, String value)
key - the keyvalue - the valueString getVerb()
Object getRequestContents()
EntityActionOperation setContentType(javax.ws.rs.core.MediaType contentType)
contentType - the content typeMap<String,Object> getBodyParameters()
EntityActionOperation addBodyParameter(String key, Object value)
key - the keyvalue - the value/**
* 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.
*/