public interface CUDRequestFactory extends CommonCUDRequestFactory<UpdateType>
| Modifier and Type | Method and Description |
|---|---|
ODataLinkCreateRequest |
getLinkCreateRequest(URI targetURI,
ODataLink link)
Gets an add link request object instance.
|
ODataLinkUpdateRequest |
getLinkUpdateRequest(URI targetURI,
UpdateType type,
ODataLink link)
Gets a link update request object instance.
|
getDeleteRequest, getEntityCreateRequest, getEntityUpdateRequest, getEntityUpdateRequest, getMediaEntityCreateRequest, getMediaEntityUpdateRequest, getPropertyCollectionValueUpdateRequest, getPropertyComplexValueUpdateRequest, getPropertyPrimitiveValueUpdateRequest, getStreamUpdateRequest, getValueUpdateRequestODataLinkCreateRequest getLinkCreateRequest(URI targetURI, ODataLink link)
targetURI - navigation property's link collection.link - navigation link to be added.ODataLinkUpdateRequest getLinkUpdateRequest(URI targetURI, UpdateType type, ODataLink link)
targetURI - navigation property's link collection.type - type of update to be performed.link - URL that identifies the entity to be linked.Copyright © 2013–2014 The Apache Software Foundation. All rights reserved.