public class DefaultGetOperation<T> extends EntityOperationSingleResultBase<T> implements EntityGetOperation<T>
EntityOperationBase.EntityIdUriBuilder, EntityOperationBase.EntityUriBuilder| Constructor and Description |
|---|
DefaultGetOperation(String uri,
Class<T> responseClass)
Construct a new DefaultGetOperation to return the entity from the given
uri
|
DefaultGetOperation(String entityTypeUri,
String entityId,
Class<T> responseClass)
Construct a new DefaultGetOperation to return the given entity id
|
getResponseClass, processResponsegetAcceptType, getContentType, getProxyData, getUri, setProxyDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetResponseClassgetAcceptType, getContentType, getUri, processResponse, setProxyDatapublic DefaultGetOperation(String entityTypeUri, String entityId, Class<T> responseClass)
entityTypeUri - Entity set URIentityId - id of entityresponseClass - class to return from the get operation/**
* 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.
*/