Class Webwizard

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

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

      • _createdonbehalfby_value

        protected String _createdonbehalfby_value
      • componentstate

        protected Integer componentstate
      • webwizardidunique

        protected String webwizardidunique
      • _organizationid_value

        protected String _organizationid_value
      • wizardpageheight

        protected Integer wizardpageheight
      • versionnumber

        protected Long versionnumber
      • isstaticpagesequence

        protected Boolean isstaticpagesequence
      • ismanaged

        protected Boolean ismanaged
      • _modifiedby_value

        protected String _modifiedby_value
      • _modifiedonbehalfby_value

        protected String _modifiedonbehalfby_value
      • accessprivileges

        protected String accessprivileges
      • titleresourcestring

        protected String titleresourcestring
      • wizardpagewidth

        protected Integer wizardpagewidth
      • webwizardid

        protected String webwizardid
      • introducedversion

        protected String introducedversion
      • _createdby_value

        protected String _createdby_value
      • startpagesequencenumber

        protected Integer startpagesequencenumber
      • solutionid

        protected String solutionid
    • Constructor Detail

      • Webwizard

        protected Webwizard()
    • Method Detail

      • odataTypeName

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

        public static Webwizard.Builder builderWebwizard()
        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
      • get_createdonbehalfby_value

        public Optional<String> get_createdonbehalfby_value()
      • with_createdonbehalfby_value

        public Webwizard with_createdonbehalfby_value​(String _createdonbehalfby_value)
      • withComponentstate

        public Webwizard withComponentstate​(Integer componentstate)
      • getWebwizardidunique

        public Optional<String> getWebwizardidunique()
      • withWebwizardidunique

        public Webwizard withWebwizardidunique​(String webwizardidunique)
      • get_organizationid_value

        public Optional<String> get_organizationid_value()
      • with_organizationid_value

        public Webwizard with_organizationid_value​(String _organizationid_value)
      • withWizardpageheight

        public Webwizard withWizardpageheight​(Integer wizardpageheight)
      • getVersionnumber

        public Optional<Long> getVersionnumber()
      • withVersionnumber

        public Webwizard withVersionnumber​(Long versionnumber)
      • getIsstaticpagesequence

        public Optional<Boolean> getIsstaticpagesequence()
      • withIsstaticpagesequence

        public Webwizard withIsstaticpagesequence​(Boolean isstaticpagesequence)
      • get_modifiedby_value

        public Optional<String> get_modifiedby_value()
      • with_modifiedby_value

        public Webwizard with_modifiedby_value​(String _modifiedby_value)
      • get_modifiedonbehalfby_value

        public Optional<String> get_modifiedonbehalfby_value()
      • with_modifiedonbehalfby_value

        public Webwizard with_modifiedonbehalfby_value​(String _modifiedonbehalfby_value)
      • withAccessprivileges

        public Webwizard withAccessprivileges​(String accessprivileges)
      • getTitleresourcestring

        public Optional<String> getTitleresourcestring()
      • withTitleresourcestring

        public Webwizard withTitleresourcestring​(String titleresourcestring)
      • withWizardpagewidth

        public Webwizard withWizardpagewidth​(Integer wizardpagewidth)
      • withWebwizardid

        public Webwizard withWebwizardid​(String webwizardid)
      • getIntroducedversion

        public Optional<String> getIntroducedversion()
      • withIntroducedversion

        public Webwizard withIntroducedversion​(String introducedversion)
      • with_createdby_value

        public Webwizard with_createdby_value​(String _createdby_value)
      • getStartpagesequencenumber

        public Optional<Integer> getStartpagesequencenumber()
      • withStartpagesequencenumber

        public Webwizard withStartpagesequencenumber​(Integer startpagesequencenumber)
      • 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 Webwizard 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 Webwizard 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