Package microsoft.dynamics.crm.entity
Class Usersettings
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmbaseentity
-
- microsoft.dynamics.crm.entity.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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUsersettings.Builder
-
Field Summary
-
Fields inherited from class microsoft.dynamics.crm.entity.Crmbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedUsersettings()
-
Method Summary
-
-
-
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
-
createdon
protected OffsetDateTime createdon
-
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
-
lastalertsviewedtime
protected OffsetDateTime lastalertsviewedtime
-
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
-
modifiedon
protected OffsetDateTime modifiedon
-
isautodatacaptureenabled
protected Boolean isautodatacaptureenabled
-
usecrmformforemail
protected Boolean usecrmformforemail
-
useimagestrips
protected Boolean useimagestrips
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrmbaseentity
-
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:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classCrmbaseentity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classCrmbaseentity
-
withTimezonedaylightsecond
public Usersettings withTimezonedaylightsecond(Integer timezonedaylightsecond)
-
withNumberseparator
public Usersettings withNumberseparator(String numberseparator)
-
withTimezonedaylightbias
public Usersettings withTimezonedaylightbias(Integer timezonedaylightbias)
-
withHomepagelayout
public Usersettings withHomepagelayout(String homepagelayout)
-
withNegativecurrencyformatcode
public Usersettings withNegativecurrencyformatcode(Integer negativecurrencyformatcode)
-
withDefaultsearchexperience
public Usersettings withDefaultsearchexperience(Integer defaultsearchexperience)
-
withTimeseparator
public Usersettings withTimeseparator(String timeseparator)
-
withLongdateformatcode
public Usersettings withLongdateformatcode(Integer longdateformatcode)
-
withCalendartype
public Usersettings withCalendartype(Integer calendartype)
-
withTimezonecode
public Usersettings withTimezonecode(Integer timezonecode)
-
withUsecrmformforcontact
public Usersettings withUsecrmformforcontact(Boolean usecrmformforcontact)
-
withTimezonedaylighthour
public Usersettings withTimezonedaylighthour(Integer timezonedaylighthour)
-
withIsemailconversationviewenabled
public Usersettings withIsemailconversationviewenabled(Boolean isemailconversationviewenabled)
-
withVersionnumber
public Usersettings withVersionnumber(Long versionnumber)
-
withGetstartedpanecontentenabled
public Usersettings withGetstartedpanecontentenabled(Boolean getstartedpanecontentenabled)
-
withDateseparator
public Usersettings withDateseparator(String dateseparator)
-
withUilanguageid
public Usersettings withUilanguageid(Integer uilanguageid)
-
withUsecrmformfortask
public Usersettings withUsecrmformfortask(Boolean usecrmformfortask)
-
withAutocreatecontactonpromote
public Usersettings withAutocreatecontactonpromote(Integer autocreatecontactonpromote)
-
withAmdesignator
public Usersettings withAmdesignator(String amdesignator)
-
withTimezonestandarddayofweek
public Usersettings withTimezonestandarddayofweek(Integer timezonestandarddayofweek)
-
withTimezonebias
public Usersettings withTimezonebias(Integer timezonebias)
-
withDefaultcalendarview
public Usersettings withDefaultcalendarview(Integer defaultcalendarview)
-
withAdvancedfindstartupmode
public Usersettings withAdvancedfindstartupmode(Integer advancedfindstartupmode)
-
withVisualizationpanelayout
public Usersettings withVisualizationpanelayout(Integer visualizationpanelayout)
-
withDefaultcountrycode
public Usersettings withDefaultcountrycode(String defaultcountrycode)
-
withNegativeformatcode
public Usersettings withNegativeformatcode(Integer negativeformatcode)
-
getIsresourcebookingexchangesyncenabled
public Optional<Boolean> getIsresourcebookingexchangesyncenabled()
-
withIsresourcebookingexchangesyncenabled
public Usersettings withIsresourcebookingexchangesyncenabled(Boolean isresourcebookingexchangesyncenabled)
-
withLocaleid
public Usersettings withLocaleid(Integer localeid)
-
withAutocaptureuserstatus
public Usersettings withAutocaptureuserstatus(Integer autocaptureuserstatus)
-
withNumbergroupformat
public Usersettings withNumbergroupformat(String numbergroupformat)
-
with_modifiedby_value
public Usersettings with_modifiedby_value(UUID _modifiedby_value)
-
withUserprofile
public Usersettings withUserprofile(String userprofile)
-
withSplitviewstate
public Usersettings withSplitviewstate(Boolean splitviewstate)
-
withHomepagesubarea
public Usersettings withHomepagesubarea(String homepagesubarea)
-
withHelplanguageid
public Usersettings withHelplanguageid(Integer helplanguageid)
-
withHomepagearea
public Usersettings withHomepagearea(String homepagearea)
-
withSelectedglobalfilterid
public Usersettings withSelectedglobalfilterid(UUID selectedglobalfilterid)
-
with_createdonbehalfby_value
public Usersettings with_createdonbehalfby_value(UUID _createdonbehalfby_value)
-
withPersonalizationsettings
public Usersettings withPersonalizationsettings(String personalizationsettings)
-
withDateformatstring
public Usersettings withDateformatstring(String dateformatstring)
-
withTrackingtokenid
public Usersettings withTrackingtokenid(Integer trackingtokenid)
-
withIssendasallowed
public Usersettings withIssendasallowed(Boolean issendasallowed)
-
withIsdefaultcountrycodecheckenabled
public Usersettings withIsdefaultcountrycodecheckenabled(Boolean isdefaultcountrycodecheckenabled)
-
withTimezonedaylightdayofweek
public Usersettings withTimezonedaylightdayofweek(Integer timezonedaylightdayofweek)
-
withFullnameconventioncode
public Usersettings withFullnameconventioncode(Integer fullnameconventioncode)
-
withTimezonestandardday
public Usersettings withTimezonestandardday(Integer timezonestandardday)
-
withUsecrmformforappointment
public Usersettings withUsecrmformforappointment(Boolean usecrmformforappointment)
-
withDateformatcode
public Usersettings withDateformatcode(Integer dateformatcode)
-
withTimezonestandardhour
public Usersettings withTimezonestandardhour(Integer timezonestandardhour)
-
withTimezonestandardmonth
public Usersettings withTimezonestandardmonth(Integer timezonestandardmonth)
-
withTimezonestandardsecond
public Usersettings withTimezonestandardsecond(Integer timezonestandardsecond)
-
withTimezonestandardbias
public Usersettings withTimezonestandardbias(Integer timezonestandardbias)
-
getIsduplicatedetectionenabledwhengoingonline
public Optional<Boolean> getIsduplicatedetectionenabledwhengoingonline()
-
withIsduplicatedetectionenabledwhengoingonline
public Usersettings withIsduplicatedetectionenabledwhengoingonline(Boolean isduplicatedetectionenabledwhengoingonline)
-
withBusinessunitid
public Usersettings withBusinessunitid(UUID businessunitid)
-
withPaginglimit
public Usersettings withPaginglimit(Integer paginglimit)
-
withOutlooksyncinterval
public Usersettings withOutlooksyncinterval(Integer outlooksyncinterval)
-
getCreatedon
public Optional<OffsetDateTime> getCreatedon()
-
withCreatedon
public Usersettings withCreatedon(OffsetDateTime createdon)
-
withOfflinesyncinterval
public Usersettings withOfflinesyncinterval(Integer offlinesyncinterval)
-
withSystemuserid
public Usersettings withSystemuserid(UUID systemuserid)
-
withTimezonestandardminute
public Usersettings withTimezonestandardminute(Integer timezonestandardminute)
-
withTimezonedaylightminute
public Usersettings withTimezonedaylightminute(Integer timezonedaylightminute)
-
with_createdby_value
public Usersettings with_createdby_value(UUID _createdby_value)
-
withCurrencysymbol
public Usersettings withCurrencysymbol(String currencysymbol)
-
withReportscripterrors
public Usersettings withReportscripterrors(Integer reportscripterrors)
-
withCurrencyformatcode
public Usersettings withCurrencyformatcode(Integer currencyformatcode)
-
withTimezonedaylightday
public Usersettings withTimezonedaylightday(Integer timezonedaylightday)
-
withNexttrackingnumber
public Usersettings withNexttrackingnumber(Integer nexttrackingnumber)
-
withSynccontactcompany
public Usersettings withSynccontactcompany(Boolean synccontactcompany)
-
withEntityformmode
public Usersettings withEntityformmode(Integer entityformmode)
-
getDatavalidationmodeforexporttoexcel
public Optional<Integer> getDatavalidationmodeforexporttoexcel()
-
withDatavalidationmodeforexporttoexcel
public Usersettings withDatavalidationmodeforexporttoexcel(Integer datavalidationmodeforexporttoexcel)
-
withDecimalsymbol
public Usersettings withDecimalsymbol(String decimalsymbol)
-
withIsguidedhelpenabled
public Usersettings withIsguidedhelpenabled(Boolean isguidedhelpenabled)
-
withResourcebookingexchangesyncversion
public Usersettings withResourcebookingexchangesyncversion(Long resourcebookingexchangesyncversion)
-
withTimeformatstring
public Usersettings withTimeformatstring(String timeformatstring)
-
withShowweeknumber
public Usersettings withShowweeknumber(Boolean showweeknumber)
-
withTimezonestandardyear
public Usersettings withTimezonestandardyear(Integer timezonestandardyear)
-
getLastalertsviewedtime
public Optional<OffsetDateTime> getLastalertsviewedtime()
-
withLastalertsviewedtime
public Usersettings withLastalertsviewedtime(OffsetDateTime lastalertsviewedtime)
-
withPmdesignator
public Usersettings withPmdesignator(String pmdesignator)
-
withIgnoreunsolicitedemail
public Usersettings withIgnoreunsolicitedemail(Boolean ignoreunsolicitedemail)
-
withTimezonedaylightmonth
public Usersettings withTimezonedaylightmonth(Integer timezonedaylightmonth)
-
withTimeformatcode
public Usersettings withTimeformatcode(Integer timeformatcode)
-
with_modifiedonbehalfby_value
public Usersettings with_modifiedonbehalfby_value(UUID _modifiedonbehalfby_value)
-
withWorkdaystarttime
public Usersettings withWorkdaystarttime(String workdaystarttime)
-
with_transactioncurrencyid_value
public Usersettings with_transactioncurrencyid_value(UUID _transactioncurrencyid_value)
-
withDefaultdashboardid
public Usersettings withDefaultdashboardid(UUID defaultdashboardid)
-
withIsappsforcrmalertdismissed
public Usersettings withIsappsforcrmalertdismissed(Boolean isappsforcrmalertdismissed)
-
withAddressbooksyncinterval
public Usersettings withAddressbooksyncinterval(Integer addressbooksyncinterval)
-
withWorkdaystoptime
public Usersettings withWorkdaystoptime(String workdaystoptime)
-
withTimezonedaylightyear
public Usersettings withTimezonedaylightyear(Integer timezonedaylightyear)
-
withIncomingemailfilteringmethod
public Usersettings withIncomingemailfilteringmethod(Integer incomingemailfilteringmethod)
-
getModifiedon
public Optional<OffsetDateTime> getModifiedon()
-
withModifiedon
public Usersettings withModifiedon(OffsetDateTime modifiedon)
-
withIsautodatacaptureenabled
public Usersettings withIsautodatacaptureenabled(Boolean isautodatacaptureenabled)
-
withUsecrmformforemail
public Usersettings withUsecrmformforemail(Boolean usecrmformforemail)
-
withUseimagestrips
public Usersettings withUseimagestrips(Boolean useimagestrips)
-
withUnmappedField
public Usersettings withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classCrmbaseentity
-
getModifiedby
public SystemuserRequest getModifiedby()
-
getSystemuserid_systemuser
public SystemuserRequest getSystemuserid_systemuser()
-
getModifiedonbehalfby
public SystemuserRequest getModifiedonbehalfby()
-
getCreatedonbehalfby
public SystemuserRequest getCreatedonbehalfby()
-
getBusinessunitid_businessunit
public BusinessunitRequest getBusinessunitid_businessunit()
-
getTransactioncurrencyid
public TransactioncurrencyRequest getTransactioncurrencyid()
-
getCreatedby
public SystemuserRequest getCreatedby()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classCrmbaseentity
-
patch
public Usersettings patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.- Overrides:
patchin classCrmbaseentity- Returns:
- a copy of
thiswith 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 ofthiswith changed fields reset (they were ignored anyway).- Overrides:
putin classCrmbaseentity- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
toString
public String toString()
- Overrides:
toStringin classCrmbaseentity
-
-