Class CrudRequest.DataRequestBuilder<T extends CrudRequest.DataRequestBuilder,​R extends CrudRequest>

    • Constructor Detail

      • DataRequestBuilder

        protected DataRequestBuilder​(R request)
    • Method Detail

      • withIntegrationKey

        public T withIntegrationKey​(java.lang.String integrationKey)
      • withODataEntry

        @Deprecated
        public T withODataEntry​(org.apache.olingo.odata2.api.ep.entry.ODataEntry oDataEntry)
        Deprecated.
        since 1905. Use withIntegrationItem(IntegrationItem) instead
        Specifies OData entry associated with the request
        Parameters:
        oDataEntry - an OData entry to be handled by the request
        Returns:
        a builder with the OData entry specified
      • withServiceRoot

        public T withServiceRoot​(java.net.URI serviceRoot)
      • withContentType

        public T withContentType​(java.lang.String contentType)
      • withRequestUri

        public T withRequestUri​(java.net.URI currentRequestUri)