Interface IntegrationKeyToODataEntryGenerator

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.apache.olingo.odata2.api.ep.entry.ODataEntry generate​(org.apache.olingo.odata2.api.edm.EdmEntitySet entitySet, java.lang.String integrationKey)
      Generates a OData entry representing the Alias for the EntityType integrationKey property references.
    • Method Detail

      • generate

        org.apache.olingo.odata2.api.ep.entry.ODataEntry generate​(org.apache.olingo.odata2.api.edm.EdmEntitySet entitySet,
                                                                  java.lang.String integrationKey)
                                                           throws org.apache.olingo.odata2.api.edm.EdmException
        Generates a OData entry representing the Alias for the EntityType integrationKey property references.
        Parameters:
        entitySet - - EntitySet that is being posted to
        integrationKey - - integrationKey string for the item
        Returns:
        oDataEntry - represents the oDataEntry
        Throws:
        org.apache.olingo.odata2.api.edm.EdmException