public class Timezonerule extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Timezonerule.Builder |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Timezonerule() |
protected Integer daylighthour
protected Integer daylightminute
protected Integer standardsecond
protected OffsetDateTime createdon
protected Integer standardmonth
protected Integer standardhour
protected Integer bias
protected String _timezonedefinitionid_value
protected Long versionnumber
protected OffsetDateTime modifiedon
protected Integer standardday
protected Integer daylightbias
protected Integer standardminute
protected String _createdonbehalfby_value
protected String timezoneruleid
protected Integer daylightyear
protected Integer standardbias
protected Integer timezoneruleversionnumber
protected Integer standardyear
protected String _modifiedonbehalfby_value
protected String _createdby_value
protected Integer standarddayofweek
protected Integer daylightsecond
protected Integer daylightmonth
protected String _organizationid_value
protected Integer daylightdayofweek
protected String _modifiedby_value
protected Integer daylightday
protected OffsetDateTime effectivedatetime
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Timezonerule.Builder builderTimezonerule()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Crmbaseentitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Crmbaseentitypublic Timezonerule withDaylighthour(Integer daylighthour)
public Timezonerule withDaylightminute(Integer daylightminute)
public Timezonerule withStandardsecond(Integer standardsecond)
public Optional<OffsetDateTime> getCreatedon()
public Timezonerule withCreatedon(OffsetDateTime createdon)
public Timezonerule withStandardmonth(Integer standardmonth)
public Timezonerule withStandardhour(Integer standardhour)
public Timezonerule withBias(Integer bias)
public Timezonerule with_timezonedefinitionid_value(String _timezonedefinitionid_value)
public Timezonerule withVersionnumber(Long versionnumber)
public Optional<OffsetDateTime> getModifiedon()
public Timezonerule withModifiedon(OffsetDateTime modifiedon)
public Timezonerule withStandardday(Integer standardday)
public Timezonerule withDaylightbias(Integer daylightbias)
public Timezonerule withStandardminute(Integer standardminute)
public Timezonerule with_createdonbehalfby_value(String _createdonbehalfby_value)
public Timezonerule withTimezoneruleid(String timezoneruleid)
public Timezonerule withDaylightyear(Integer daylightyear)
public Timezonerule withStandardbias(Integer standardbias)
public Timezonerule withTimezoneruleversionnumber(Integer timezoneruleversionnumber)
public Timezonerule withStandardyear(Integer standardyear)
public Timezonerule with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Timezonerule with_createdby_value(String _createdby_value)
public Timezonerule withStandarddayofweek(Integer standarddayofweek)
public Timezonerule withDaylightsecond(Integer daylightsecond)
public Timezonerule withDaylightmonth(Integer daylightmonth)
public Timezonerule with_organizationid_value(String _organizationid_value)
public Timezonerule withDaylightdayofweek(Integer daylightdayofweek)
public Timezonerule with_modifiedby_value(String _modifiedby_value)
public Timezonerule withDaylightday(Integer daylightday)
public Optional<OffsetDateTime> getEffectivedatetime()
public Timezonerule withEffectivedatetime(OffsetDateTime effectivedatetime)
public Timezonerule withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SystemuserRequest getCreatedby()
public SystemuserRequest getCreatedonbehalfby()
public TimezonedefinitionRequest getTimezonedefinitionid()
public SystemuserRequest getModifiedonbehalfby()
public SystemuserRequest getModifiedby()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Timezonerule patch()
this with changed fields reset.patch in class Crmbaseentitythis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic Timezonerule put()
this
with changed fields reset (they were ignored anyway).put in class Crmbaseentitythis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class CrmbaseentityCopyright © 2018–2021. All rights reserved.