Class Usersettings

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

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

      • timezonedaylightsecond

        protected Integer timezonedaylightsecond
      • numberseparator

        protected String numberseparator
      • timezonedaylightbias

        protected Integer timezonedaylightbias
      • homepagelayout

        protected String homepagelayout
      • negativecurrencyformatcode

        protected Integer negativecurrencyformatcode
      • defaultsearchexperience

        protected Integer defaultsearchexperience
      • timeseparator

        protected String timeseparator
      • longdateformatcode

        protected Integer longdateformatcode
      • calendartype

        protected Integer calendartype
      • timezonecode

        protected Integer timezonecode
      • usecrmformforcontact

        protected Boolean usecrmformforcontact
      • timezonedaylighthour

        protected Integer timezonedaylighthour
      • isemailconversationviewenabled

        protected Boolean isemailconversationviewenabled
      • versionnumber

        protected Long versionnumber
      • getstartedpanecontentenabled

        protected Boolean getstartedpanecontentenabled
      • dateseparator

        protected String dateseparator
      • uilanguageid

        protected Integer uilanguageid
      • usecrmformfortask

        protected Boolean usecrmformfortask
      • autocreatecontactonpromote

        protected Integer autocreatecontactonpromote
      • amdesignator

        protected String amdesignator
      • timezonestandarddayofweek

        protected Integer timezonestandarddayofweek
      • timezonebias

        protected Integer timezonebias
      • defaultcalendarview

        protected Integer defaultcalendarview
      • advancedfindstartupmode

        protected Integer advancedfindstartupmode
      • visualizationpanelayout

        protected Integer visualizationpanelayout
      • defaultcountrycode

        protected String defaultcountrycode
      • negativeformatcode

        protected Integer negativeformatcode
      • isresourcebookingexchangesyncenabled

        protected Boolean isresourcebookingexchangesyncenabled
      • localeid

        protected Integer localeid
      • autocaptureuserstatus

        protected Integer autocaptureuserstatus
      • numbergroupformat

        protected String numbergroupformat
      • _modifiedby_value

        protected UUID _modifiedby_value
      • userprofile

        protected String userprofile
      • splitviewstate

        protected Boolean splitviewstate
      • homepagesubarea

        protected String homepagesubarea
      • helplanguageid

        protected Integer helplanguageid
      • homepagearea

        protected String homepagearea
      • selectedglobalfilterid

        protected UUID selectedglobalfilterid
      • _createdonbehalfby_value

        protected UUID _createdonbehalfby_value
      • personalizationsettings

        protected String personalizationsettings
      • dateformatstring

        protected String dateformatstring
      • trackingtokenid

        protected Integer trackingtokenid
      • issendasallowed

        protected Boolean issendasallowed
      • isdefaultcountrycodecheckenabled

        protected Boolean isdefaultcountrycodecheckenabled
      • timezonedaylightdayofweek

        protected Integer timezonedaylightdayofweek
      • fullnameconventioncode

        protected Integer fullnameconventioncode
      • timezonestandardday

        protected Integer timezonestandardday
      • usecrmformforappointment

        protected Boolean usecrmformforappointment
      • dateformatcode

        protected Integer dateformatcode
      • timezonestandardhour

        protected Integer timezonestandardhour
      • timezonestandardmonth

        protected Integer timezonestandardmonth
      • timezonestandardsecond

        protected Integer timezonestandardsecond
      • timezonestandardbias

        protected Integer timezonestandardbias
      • isduplicatedetectionenabledwhengoingonline

        protected Boolean isduplicatedetectionenabledwhengoingonline
      • businessunitid

        protected UUID businessunitid
      • paginglimit

        protected Integer paginglimit
      • outlooksyncinterval

        protected Integer outlooksyncinterval
      • offlinesyncinterval

        protected Integer offlinesyncinterval
      • systemuserid

        protected UUID systemuserid
      • timezonestandardminute

        protected Integer timezonestandardminute
      • timezonedaylightminute

        protected Integer timezonedaylightminute
      • _createdby_value

        protected UUID _createdby_value
      • currencysymbol

        protected String currencysymbol
      • reportscripterrors

        protected Integer reportscripterrors
      • currencyformatcode

        protected Integer currencyformatcode
      • timezonedaylightday

        protected Integer timezonedaylightday
      • nexttrackingnumber

        protected Integer nexttrackingnumber
      • synccontactcompany

        protected Boolean synccontactcompany
      • entityformmode

        protected Integer entityformmode
      • datavalidationmodeforexporttoexcel

        protected Integer datavalidationmodeforexporttoexcel
      • decimalsymbol

        protected String decimalsymbol
      • isguidedhelpenabled

        protected Boolean isguidedhelpenabled
      • resourcebookingexchangesyncversion

        protected Long resourcebookingexchangesyncversion
      • timeformatstring

        protected String timeformatstring
      • showweeknumber

        protected Boolean showweeknumber
      • timezonestandardyear

        protected Integer timezonestandardyear
      • pmdesignator

        protected String pmdesignator
      • ignoreunsolicitedemail

        protected Boolean ignoreunsolicitedemail
      • timezonedaylightmonth

        protected Integer timezonedaylightmonth
      • timeformatcode

        protected Integer timeformatcode
      • _modifiedonbehalfby_value

        protected UUID _modifiedonbehalfby_value
      • workdaystarttime

        protected String workdaystarttime
      • _transactioncurrencyid_value

        protected UUID _transactioncurrencyid_value
      • defaultdashboardid

        protected UUID defaultdashboardid
      • isappsforcrmalertdismissed

        protected Boolean isappsforcrmalertdismissed
      • addressbooksyncinterval

        protected Integer addressbooksyncinterval
      • workdaystoptime

        protected String workdaystoptime
      • timezonedaylightyear

        protected Integer timezonedaylightyear
      • incomingemailfilteringmethod

        protected Integer incomingemailfilteringmethod
      • isautodatacaptureenabled

        protected Boolean isautodatacaptureenabled
      • usecrmformforemail

        protected Boolean usecrmformforemail
      • useimagestrips

        protected Boolean useimagestrips
    • Constructor Detail

      • Usersettings

        protected Usersettings()
    • Method Detail

      • odataTypeName

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

        public static Usersettings.Builder builderUsersettings()
        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
      • getTimezonedaylightsecond

        public Optional<Integer> getTimezonedaylightsecond()
      • withTimezonedaylightsecond

        public Usersettings withTimezonedaylightsecond​(Integer timezonedaylightsecond)
      • withNumberseparator

        public Usersettings withNumberseparator​(String numberseparator)
      • getTimezonedaylightbias

        public Optional<Integer> getTimezonedaylightbias()
      • withTimezonedaylightbias

        public Usersettings withTimezonedaylightbias​(Integer timezonedaylightbias)
      • getNegativecurrencyformatcode

        public Optional<Integer> getNegativecurrencyformatcode()
      • withNegativecurrencyformatcode

        public Usersettings withNegativecurrencyformatcode​(Integer negativecurrencyformatcode)
      • getDefaultsearchexperience

        public Optional<Integer> getDefaultsearchexperience()
      • withDefaultsearchexperience

        public Usersettings withDefaultsearchexperience​(Integer defaultsearchexperience)
      • withLongdateformatcode

        public Usersettings withLongdateformatcode​(Integer longdateformatcode)
      • getUsecrmformforcontact

        public Optional<Boolean> getUsecrmformforcontact()
      • withUsecrmformforcontact

        public Usersettings withUsecrmformforcontact​(Boolean usecrmformforcontact)
      • getTimezonedaylighthour

        public Optional<Integer> getTimezonedaylighthour()
      • withTimezonedaylighthour

        public Usersettings withTimezonedaylighthour​(Integer timezonedaylighthour)
      • getIsemailconversationviewenabled

        public Optional<Boolean> getIsemailconversationviewenabled()
      • withIsemailconversationviewenabled

        public Usersettings withIsemailconversationviewenabled​(Boolean isemailconversationviewenabled)
      • getVersionnumber

        public Optional<Long> getVersionnumber()
      • withVersionnumber

        public Usersettings withVersionnumber​(Long versionnumber)
      • getGetstartedpanecontentenabled

        public Optional<Boolean> getGetstartedpanecontentenabled()
      • withGetstartedpanecontentenabled

        public Usersettings withGetstartedpanecontentenabled​(Boolean getstartedpanecontentenabled)
      • withUsecrmformfortask

        public Usersettings withUsecrmformfortask​(Boolean usecrmformfortask)
      • getAutocreatecontactonpromote

        public Optional<Integer> getAutocreatecontactonpromote()
      • withAutocreatecontactonpromote

        public Usersettings withAutocreatecontactonpromote​(Integer autocreatecontactonpromote)
      • getTimezonestandarddayofweek

        public Optional<Integer> getTimezonestandarddayofweek()
      • withTimezonestandarddayofweek

        public Usersettings withTimezonestandarddayofweek​(Integer timezonestandarddayofweek)
      • getDefaultcalendarview

        public Optional<Integer> getDefaultcalendarview()
      • withDefaultcalendarview

        public Usersettings withDefaultcalendarview​(Integer defaultcalendarview)
      • getAdvancedfindstartupmode

        public Optional<Integer> getAdvancedfindstartupmode()
      • withAdvancedfindstartupmode

        public Usersettings withAdvancedfindstartupmode​(Integer advancedfindstartupmode)
      • getVisualizationpanelayout

        public Optional<Integer> getVisualizationpanelayout()
      • withVisualizationpanelayout

        public Usersettings withVisualizationpanelayout​(Integer visualizationpanelayout)
      • getDefaultcountrycode

        public Optional<String> getDefaultcountrycode()
      • withDefaultcountrycode

        public Usersettings withDefaultcountrycode​(String defaultcountrycode)
      • withNegativeformatcode

        public Usersettings withNegativeformatcode​(Integer negativeformatcode)
      • getIsresourcebookingexchangesyncenabled

        public Optional<Boolean> getIsresourcebookingexchangesyncenabled()
      • withIsresourcebookingexchangesyncenabled

        public Usersettings withIsresourcebookingexchangesyncenabled​(Boolean isresourcebookingexchangesyncenabled)
      • getAutocaptureuserstatus

        public Optional<Integer> getAutocaptureuserstatus()
      • withAutocaptureuserstatus

        public Usersettings withAutocaptureuserstatus​(Integer autocaptureuserstatus)
      • getNumbergroupformat

        public Optional<String> getNumbergroupformat()
      • withNumbergroupformat

        public Usersettings withNumbergroupformat​(String numbergroupformat)
      • get_modifiedby_value

        public Optional<UUID> get_modifiedby_value()
      • with_modifiedby_value

        public Usersettings with_modifiedby_value​(UUID _modifiedby_value)
      • withHomepagesubarea

        public Usersettings withHomepagesubarea​(String homepagesubarea)
      • getSelectedglobalfilterid

        public Optional<UUID> getSelectedglobalfilterid()
      • withSelectedglobalfilterid

        public Usersettings withSelectedglobalfilterid​(UUID selectedglobalfilterid)
      • get_createdonbehalfby_value

        public Optional<UUID> get_createdonbehalfby_value()
      • with_createdonbehalfby_value

        public Usersettings with_createdonbehalfby_value​(UUID _createdonbehalfby_value)
      • getPersonalizationsettings

        public Optional<String> getPersonalizationsettings()
      • withPersonalizationsettings

        public Usersettings withPersonalizationsettings​(String personalizationsettings)
      • withDateformatstring

        public Usersettings withDateformatstring​(String dateformatstring)
      • getIsdefaultcountrycodecheckenabled

        public Optional<Boolean> getIsdefaultcountrycodecheckenabled()
      • withIsdefaultcountrycodecheckenabled

        public Usersettings withIsdefaultcountrycodecheckenabled​(Boolean isdefaultcountrycodecheckenabled)
      • getTimezonedaylightdayofweek

        public Optional<Integer> getTimezonedaylightdayofweek()
      • withTimezonedaylightdayofweek

        public Usersettings withTimezonedaylightdayofweek​(Integer timezonedaylightdayofweek)
      • getFullnameconventioncode

        public Optional<Integer> getFullnameconventioncode()
      • withFullnameconventioncode

        public Usersettings withFullnameconventioncode​(Integer fullnameconventioncode)
      • getTimezonestandardday

        public Optional<Integer> getTimezonestandardday()
      • withTimezonestandardday

        public Usersettings withTimezonestandardday​(Integer timezonestandardday)
      • getUsecrmformforappointment

        public Optional<Boolean> getUsecrmformforappointment()
      • withUsecrmformforappointment

        public Usersettings withUsecrmformforappointment​(Boolean usecrmformforappointment)
      • getTimezonestandardhour

        public Optional<Integer> getTimezonestandardhour()
      • withTimezonestandardhour

        public Usersettings withTimezonestandardhour​(Integer timezonestandardhour)
      • getTimezonestandardmonth

        public Optional<Integer> getTimezonestandardmonth()
      • withTimezonestandardmonth

        public Usersettings withTimezonestandardmonth​(Integer timezonestandardmonth)
      • getTimezonestandardsecond

        public Optional<Integer> getTimezonestandardsecond()
      • withTimezonestandardsecond

        public Usersettings withTimezonestandardsecond​(Integer timezonestandardsecond)
      • getTimezonestandardbias

        public Optional<Integer> getTimezonestandardbias()
      • withTimezonestandardbias

        public Usersettings withTimezonestandardbias​(Integer timezonestandardbias)
      • getIsduplicatedetectionenabledwhengoingonline

        public Optional<Boolean> getIsduplicatedetectionenabledwhengoingonline()
      • withIsduplicatedetectionenabledwhengoingonline

        public Usersettings withIsduplicatedetectionenabledwhengoingonline​(Boolean isduplicatedetectionenabledwhengoingonline)
      • getBusinessunitid

        public Optional<UUID> getBusinessunitid()
      • withBusinessunitid

        public Usersettings withBusinessunitid​(UUID businessunitid)
      • getOutlooksyncinterval

        public Optional<Integer> getOutlooksyncinterval()
      • withOutlooksyncinterval

        public Usersettings withOutlooksyncinterval​(Integer outlooksyncinterval)
      • getOfflinesyncinterval

        public Optional<Integer> getOfflinesyncinterval()
      • withOfflinesyncinterval

        public Usersettings withOfflinesyncinterval​(Integer offlinesyncinterval)
      • withSystemuserid

        public Usersettings withSystemuserid​(UUID systemuserid)
      • getTimezonestandardminute

        public Optional<Integer> getTimezonestandardminute()
      • withTimezonestandardminute

        public Usersettings withTimezonestandardminute​(Integer timezonestandardminute)
      • getTimezonedaylightminute

        public Optional<Integer> getTimezonedaylightminute()
      • withTimezonedaylightminute

        public Usersettings withTimezonedaylightminute​(Integer timezonedaylightminute)
      • get_createdby_value

        public Optional<UUID> get_createdby_value()
      • with_createdby_value

        public Usersettings with_createdby_value​(UUID _createdby_value)
      • withReportscripterrors

        public Usersettings withReportscripterrors​(Integer reportscripterrors)
      • withCurrencyformatcode

        public Usersettings withCurrencyformatcode​(Integer currencyformatcode)
      • getTimezonedaylightday

        public Optional<Integer> getTimezonedaylightday()
      • withTimezonedaylightday

        public Usersettings withTimezonedaylightday​(Integer timezonedaylightday)
      • withNexttrackingnumber

        public Usersettings withNexttrackingnumber​(Integer nexttrackingnumber)
      • withSynccontactcompany

        public Usersettings withSynccontactcompany​(Boolean synccontactcompany)
      • getDatavalidationmodeforexporttoexcel

        public Optional<Integer> getDatavalidationmodeforexporttoexcel()
      • withDatavalidationmodeforexporttoexcel

        public Usersettings withDatavalidationmodeforexporttoexcel​(Integer datavalidationmodeforexporttoexcel)
      • getIsguidedhelpenabled

        public Optional<Boolean> getIsguidedhelpenabled()
      • withIsguidedhelpenabled

        public Usersettings withIsguidedhelpenabled​(Boolean isguidedhelpenabled)
      • getResourcebookingexchangesyncversion

        public Optional<Long> getResourcebookingexchangesyncversion()
      • withResourcebookingexchangesyncversion

        public Usersettings withResourcebookingexchangesyncversion​(Long resourcebookingexchangesyncversion)
      • withTimeformatstring

        public Usersettings withTimeformatstring​(String timeformatstring)
      • getTimezonestandardyear

        public Optional<Integer> getTimezonestandardyear()
      • withTimezonestandardyear

        public Usersettings withTimezonestandardyear​(Integer timezonestandardyear)
      • getIgnoreunsolicitedemail

        public Optional<Boolean> getIgnoreunsolicitedemail()
      • withIgnoreunsolicitedemail

        public Usersettings withIgnoreunsolicitedemail​(Boolean ignoreunsolicitedemail)
      • getTimezonedaylightmonth

        public Optional<Integer> getTimezonedaylightmonth()
      • withTimezonedaylightmonth

        public Usersettings withTimezonedaylightmonth​(Integer timezonedaylightmonth)
      • get_modifiedonbehalfby_value

        public Optional<UUID> get_modifiedonbehalfby_value()
      • with_modifiedonbehalfby_value

        public Usersettings with_modifiedonbehalfby_value​(UUID _modifiedonbehalfby_value)
      • withWorkdaystarttime

        public Usersettings withWorkdaystarttime​(String workdaystarttime)
      • get_transactioncurrencyid_value

        public Optional<UUID> get_transactioncurrencyid_value()
      • with_transactioncurrencyid_value

        public Usersettings with_transactioncurrencyid_value​(UUID _transactioncurrencyid_value)
      • getDefaultdashboardid

        public Optional<UUID> getDefaultdashboardid()
      • withDefaultdashboardid

        public Usersettings withDefaultdashboardid​(UUID defaultdashboardid)
      • getIsappsforcrmalertdismissed

        public Optional<Boolean> getIsappsforcrmalertdismissed()
      • withIsappsforcrmalertdismissed

        public Usersettings withIsappsforcrmalertdismissed​(Boolean isappsforcrmalertdismissed)
      • getAddressbooksyncinterval

        public Optional<Integer> getAddressbooksyncinterval()
      • withAddressbooksyncinterval

        public Usersettings withAddressbooksyncinterval​(Integer addressbooksyncinterval)
      • withWorkdaystoptime

        public Usersettings withWorkdaystoptime​(String workdaystoptime)
      • getTimezonedaylightyear

        public Optional<Integer> getTimezonedaylightyear()
      • withTimezonedaylightyear

        public Usersettings withTimezonedaylightyear​(Integer timezonedaylightyear)
      • getIncomingemailfilteringmethod

        public Optional<Integer> getIncomingemailfilteringmethod()
      • withIncomingemailfilteringmethod

        public Usersettings withIncomingemailfilteringmethod​(Integer incomingemailfilteringmethod)
      • getIsautodatacaptureenabled

        public Optional<Boolean> getIsautodatacaptureenabled()
      • withIsautodatacaptureenabled

        public Usersettings withIsautodatacaptureenabled​(Boolean isautodatacaptureenabled)
      • withUsecrmformforemail

        public Usersettings withUsecrmformforemail​(Boolean usecrmformforemail)
      • 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 Usersettings 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 Usersettings 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