Class Sitemap

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

    public class Sitemap
    extends Crmbaseentity
    implements com.github.davidmoten.odata.client.ODataEntityType
    • Field Detail

      • sitemapxml

        protected String sitemapxml
      • sitemapnameunique

        protected String sitemapnameunique
      • _createdby_value

        protected String _createdby_value
      • _modifiedonbehalfby_value

        protected String _modifiedonbehalfby_value
      • versionnumber

        protected Long versionnumber
      • _createdonbehalfby_value

        protected String _createdonbehalfby_value
      • sitemapidunique

        protected String sitemapidunique
      • _modifiedby_value

        protected String _modifiedby_value
      • componentstate

        protected Integer componentstate
      • isappaware

        protected Boolean isappaware
      • sitemapname

        protected String sitemapname
      • _organizationid_value

        protected String _organizationid_value
      • solutionid

        protected String solutionid
      • sitemapid

        protected String sitemapid
      • ismanaged

        protected Boolean ismanaged
    • Constructor Detail

      • Sitemap

        protected Sitemap()
    • Method Detail

      • odataTypeName

        public String odataTypeName()
        Specified by:
        odataTypeName in interface com.github.davidmoten.odata.client.ODataType
        Overrides:
        odataTypeName in class Crmbaseentity
      • builderSitemap

        public static Sitemap.Builder builderSitemap()
        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
      • getChangedFields

        public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
        Specified by:
        getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityType
        Overrides:
        getChangedFields in class Crmbaseentity
      • postInject

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

        public Sitemap withSitemapxml​(String sitemapxml)
      • getSitemapnameunique

        public Optional<String> getSitemapnameunique()
      • withSitemapnameunique

        public Sitemap withSitemapnameunique​(String sitemapnameunique)
      • with_createdby_value

        public Sitemap with_createdby_value​(String _createdby_value)
      • get_modifiedonbehalfby_value

        public Optional<String> get_modifiedonbehalfby_value()
      • with_modifiedonbehalfby_value

        public Sitemap with_modifiedonbehalfby_value​(String _modifiedonbehalfby_value)
      • getVersionnumber

        public Optional<Long> getVersionnumber()
      • withVersionnumber

        public Sitemap withVersionnumber​(Long versionnumber)
      • get_createdonbehalfby_value

        public Optional<String> get_createdonbehalfby_value()
      • with_createdonbehalfby_value

        public Sitemap with_createdonbehalfby_value​(String _createdonbehalfby_value)
      • withSitemapidunique

        public Sitemap withSitemapidunique​(String sitemapidunique)
      • get_modifiedby_value

        public Optional<String> get_modifiedby_value()
      • with_modifiedby_value

        public Sitemap with_modifiedby_value​(String _modifiedby_value)
      • withComponentstate

        public Sitemap withComponentstate​(Integer componentstate)
      • withIsappaware

        public Sitemap withIsappaware​(Boolean isappaware)
      • withSitemapname

        public Sitemap withSitemapname​(String sitemapname)
      • get_organizationid_value

        public Optional<String> get_organizationid_value()
      • with_organizationid_value

        public Sitemap with_organizationid_value​(String _organizationid_value)
      • withSolutionid

        public Sitemap withSolutionid​(String solutionid)
      • withSitemapid

        public Sitemap withSitemapid​(String sitemapid)
      • getSiteMap_modifiedonbehalfby

        public SystemuserRequest getSiteMap_modifiedonbehalfby()
      • getSiteMap_createdonbehalfby

        public SystemuserRequest getSiteMap_createdonbehalfby()
      • getUnmappedFields

        public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
        Specified by:
        getUnmappedFields in interface com.github.davidmoten.odata.client.ODataType
        Overrides:
        getUnmappedFields in class Crmbaseentity
      • patch

        public Sitemap patch()
        Submits only changed fields for update and returns an immutable copy of this with changed fields reset.
        Overrides:
        patch in class Crmbaseentity
        Returns:
        a copy of this with changed fields reset
        Throws:
        com.github.davidmoten.odata.client.ClientException - if HTTP response is not as expected
      • put

        public Sitemap put()
        Submits all fields for update and returns an immutable copy of this with changed fields reset (they were ignored anyway).
        Overrides:
        put in class Crmbaseentity
        Returns:
        a copy of this with changed fields reset
        Throws:
        com.github.davidmoten.odata.client.ClientException - if HTTP response is not as expected
      • retrieveUnpublished

        public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<Sitemap> retrieveUnpublished()