Class LinkEntity

  • All Implemented Interfaces:
    com.github.davidmoten.odata.client.ODataType

    public class LinkEntity
    extends Object
    implements com.github.davidmoten.odata.client.ODataType
    • Field Detail

      • contextPath

        protected com.github.davidmoten.odata.client.ContextPath contextPath
      • unmappedFields

        protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
      • odataType

        protected String odataType
      • linkFromAttributeName

        protected String linkFromAttributeName
      • linkFromEntityName

        protected String linkFromEntityName
      • linkToEntityName

        protected String linkToEntityName
      • linkToAttributeName

        protected String linkToAttributeName
      • linkEntitiesNextLink

        protected String linkEntitiesNextLink
      • entityAlias

        protected String entityAlias
      • ordersNextLink

        protected String ordersNextLink
    • Constructor Detail

      • LinkEntity

        protected LinkEntity()
    • Method Detail

      • odataTypeName

        public String odataTypeName()
        Specified by:
        odataTypeName in interface com.github.davidmoten.odata.client.ODataType
      • getLinkFromAttributeName

        public Optional<String> getLinkFromAttributeName()
      • withLinkFromAttributeName

        public LinkEntity withLinkFromAttributeName​(String linkFromAttributeName)
      • getLinkFromEntityName

        public Optional<String> getLinkFromEntityName()
      • withLinkFromEntityName

        public LinkEntity withLinkFromEntityName​(String linkFromEntityName)
      • withLinkToEntityName

        public LinkEntity withLinkToEntityName​(String linkToEntityName)
      • getLinkToAttributeName

        public Optional<String> getLinkToAttributeName()
      • withLinkToAttributeName

        public LinkEntity withLinkToAttributeName​(String linkToAttributeName)
      • getLinkEntities

        public com.github.davidmoten.odata.client.CollectionPage<LinkEntity> getLinkEntities()
      • getLinkEntities

        public com.github.davidmoten.odata.client.CollectionPage<LinkEntity> getLinkEntities​(com.github.davidmoten.odata.client.HttpRequestOptions options)
      • getOrders

        public com.github.davidmoten.odata.client.CollectionPage<OrderExpression> getOrders()
      • getOrders

        public com.github.davidmoten.odata.client.CollectionPage<OrderExpression> getOrders​(com.github.davidmoten.odata.client.HttpRequestOptions options)
      • getUnmappedFields

        public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
        Specified by:
        getUnmappedFields in interface com.github.davidmoten.odata.client.ODataType
      • postInject

        public void postInject​(boolean addKeysToContextPath)
        Specified by:
        postInject in interface com.github.davidmoten.odata.client.ODataType
      • builder

        public static LinkEntity.Builder builder()
        Returns a builder which is used to create a new instance of this class (given that this class is immutable).
        Returns:
        a new Builder for this class