Class CrudRequest

    • Constructor Detail

      • CrudRequest

        public CrudRequest()
    • Method Detail

      • getIntegrationKey

        public java.lang.String getIntegrationKey()
      • setIntegrationKey

        protected void setIntegrationKey​(java.lang.String integrationKey)
      • getODataEntry

        @Deprecated(since="1905",
                    forRemoval=true)
        public org.apache.olingo.odata2.api.ep.entry.ODataEntry getODataEntry()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Since 1905. Use getIntegrationItem() instead
        Retrieves an OData entry associated with this request.
        Returns:
        the entry being handled by this request
      • setODataEntry

        @Deprecated(since="1905",
                    forRemoval=true)
        protected void setODataEntry​(org.apache.olingo.odata2.api.ep.entry.ODataEntry oDataEntry)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Since 1905. Use setIntegrationItem(IntegrationItem) instead
        Sets the context OData entry for this request.
        Parameters:
        oDataEntry - an entry to associate with this request
      • getServiceRoot

        public java.net.URI getServiceRoot()
      • setServiceRoot

        protected void setServiceRoot​(java.net.URI serviceRoot)
      • getContentType

        public java.lang.String getContentType()
      • setContentType

        protected void setContentType​(java.lang.String contentType)
      • getRequestUri

        public java.net.URI getRequestUri()
      • setRequestUri

        protected void setRequestUri​(java.net.URI requestUri)
      • setIntegrationItem

        protected void setIntegrationItem​(IntegrationItem item)