public interface ItemLookupRequestFactory
ItemLookupRequest| Modifier and Type | Method and Description |
|---|---|
ItemLookupRequest |
create(ODataContext context,
EdmEntitySet edmEntitySet,
<any> attribute)
Creates an
ItemLookupRequest that can be used to filter
items matching the given attribute (e.g. |
ItemLookupRequest |
create(ODataContext context,
EdmEntitySet edmEntitySet,
ODataEntry oDataEntry,
java.lang.String integrationKey)
Creates an
ItemLookupRequest that can be used to filter
items matching the integration key |
ItemLookupRequest |
create(UriInfo uriInfo,
ODataContext context,
java.lang.String contentType)
Creates an
ItemLookupRequest from the given parameters |
ItemLookupRequest |
createFrom(ItemLookupRequest request,
EdmEntitySet entitySet,
ODataEntry oDataEntry)
Creates an
ItemLookupRequest from the given parameters |
ItemLookupRequest create(UriInfo uriInfo, ODataContext context, java.lang.String contentType)
ItemLookupRequest from the given parametersuriInfo - Used to create the ItemLookupRequestcontext - Used to create the ItemLookupRequestcontentType - Used to create the ItemLookupRequestItemLookupRequest create(ODataContext context, EdmEntitySet edmEntitySet, ODataEntry oDataEntry, java.lang.String integrationKey) throws EdmException
ItemLookupRequest that can be used to filter
items matching the integration keycontext - Used to create the ItemLookupRequestedmEntitySet - Used to create the ItemLookupRequestoDataEntry - Used to create the ItemLookupRequestintegrationKey - Used to create the ItemLookupRequestEdmException - if OData problemItemLookupRequest create(ODataContext context, EdmEntitySet edmEntitySet, <any> attribute) throws EdmException
ItemLookupRequest that can be used to filter
items matching the given attribute (e.g. version = 'Staged')context - Used to create the ItemLookupRequestedmEntitySet - Used to create the ItemLookupRequestattribute - Used to create the ItemLookupRequestEdmException - if OData problemItemLookupRequest createFrom(ItemLookupRequest request, EdmEntitySet entitySet, ODataEntry oDataEntry) throws EdmException
ItemLookupRequest from the given parametersrequest - base request to create new request fromentitySet - entity set of the new lookup requestoDataEntry - the new ODataEntry for the lookup requestEdmException - if OData problemCopyright © 2018 SAP SE. All Rights Reserved.