Class LookupEntityMetadata

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

    public class LookupEntityMetadata
    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
      • isReadOnlyInMobileClient

        protected Boolean isReadOnlyInMobileClient
      • isEnabledInUnifiedInterface

        protected Boolean isEnabledInUnifiedInterface
      • displayName

        protected String displayName
      • primaryNameAttribute

        protected String primaryNameAttribute
      • primaryIdAttribute

        protected String primaryIdAttribute
      • logicalName

        protected String logicalName
      • displayCollectionName

        protected String displayCollectionName
      • iconVectorName

        protected String iconVectorName
    • Constructor Detail

      • LookupEntityMetadata

        protected LookupEntityMetadata()
    • Method Detail

      • odataTypeName

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

        public Optional<Boolean> getIsReadOnlyInMobileClient()
      • getIsEnabledInUnifiedInterface

        public Optional<Boolean> getIsEnabledInUnifiedInterface()
      • withIsEnabledInUnifiedInterface

        public LookupEntityMetadata withIsEnabledInUnifiedInterface​(Boolean isEnabledInUnifiedInterface)
      • getPrimaryNameAttribute

        public Optional<String> getPrimaryNameAttribute()
      • getPrimaryIdAttribute

        public Optional<String> getPrimaryIdAttribute()
      • getDisplayCollectionName

        public Optional<String> getDisplayCollectionName()
      • 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 LookupEntityMetadata.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