public class EntityLinkOperation extends DefaultActionOperation
| Constructor and Description |
|---|
EntityLinkOperation(String primaryEntitySet,
String primaryEntityId,
String secondaryEntitySet,
URI secondaryEntityUri)
Instantiates a new entity link operation.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getRequestContents()
Gets the request contents.
|
String |
getUri()
Get the URI the creation request should be sent to.
|
String |
getVerb()
Gets the verb.
|
addBodyParameter, addQueryParameter, getAcceptType, getBodyParameters, getContentType, getProxyData, getQueryParameters, processResponse, setAcceptType, setContentType, setProxyDatapublic EntityLinkOperation(String primaryEntitySet, String primaryEntityId, String secondaryEntitySet, URI secondaryEntityUri)
primaryEntitySet - the primary entity setprimaryEntityId - the primary entity idsecondaryEntitySet - the secondary entity setsecondaryEntityUri - the secondary entity uripublic String getUri()
EntityOperationgetUri in interface EntityOperationgetUri in class DefaultActionOperationpublic String getVerb()
EntityActionOperationgetVerb in interface EntityActionOperationgetVerb in class DefaultActionOperationpublic Object getRequestContents()
EntityActionOperationgetRequestContents in interface EntityActionOperationgetRequestContents in class DefaultActionOperation/**
* 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.
*/