Class MetadataQuery

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

    public class MetadataQuery
    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
      • metadataType

        protected String metadataType
      • metadataSubtype

        protected String metadataSubtype
      • entityLogicalName

        protected String entityLogicalName
      • metadataId

        protected String metadataId
      • metadataName

        protected String metadataName
      • metadataNames

        protected List<String> metadataNames
      • metadataNamesNextLink

        protected String metadataNamesNextLink
      • getDefault

        protected Boolean getDefault
      • changedAfter

        protected String changedAfter
      • excludeNextLink

        protected String excludeNextLink
      • appId

        protected String appId
      • userMetadataDelta

        protected String userMetadataDelta
      • systemMetadataDelta

        protected String systemMetadataDelta
    • Constructor Detail

      • MetadataQuery

        protected MetadataQuery()
    • Method Detail

      • odataTypeName

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

        public Optional<String> getEntityLogicalName()
      • withEntityLogicalName

        public MetadataQuery withEntityLogicalName​(String entityLogicalName)
      • getMetadataNames

        public com.github.davidmoten.odata.client.CollectionPage<String> getMetadataNames()
      • getMetadataNames

        public com.github.davidmoten.odata.client.CollectionPage<String> getMetadataNames​(com.github.davidmoten.odata.client.HttpRequestOptions options)
      • getExclude

        public com.github.davidmoten.odata.client.CollectionPage<String> getExclude()
      • getExclude

        public com.github.davidmoten.odata.client.CollectionPage<String> getExclude​(com.github.davidmoten.odata.client.HttpRequestOptions options)
      • getUserMetadataDelta

        public Optional<String> getUserMetadataDelta()
      • withUserMetadataDelta

        public MetadataQuery withUserMetadataDelta​(String userMetadataDelta)
      • getSystemMetadataDelta

        public Optional<String> getSystemMetadataDelta()
      • withSystemMetadataDelta

        public MetadataQuery withSystemMetadataDelta​(String systemMetadataDelta)
      • 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 MetadataQuery.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