public class Timezonedefinition extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Timezonedefinition.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
_createdby_value |
protected String |
_createdonbehalfby_value |
protected String |
_modifiedby_value |
protected String |
_modifiedonbehalfby_value |
protected String |
_organizationid_value |
protected Integer |
bias |
protected OffsetDateTime |
createdon |
protected String |
daylightname |
protected OffsetDateTime |
modifiedon |
protected Integer |
retiredorder |
protected String |
standardname |
protected Integer |
timezonecode |
protected String |
timezonedefinitionid |
protected String |
userinterfacename |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Timezonedefinition() |
protected Integer timezonecode
protected Long versionnumber
protected String userinterfacename
protected Integer bias
protected Integer retiredorder
protected OffsetDateTime modifiedon
protected String _createdonbehalfby_value
protected OffsetDateTime createdon
protected String standardname
protected String daylightname
protected String _createdby_value
protected String timezonedefinitionid
protected String _modifiedby_value
protected String _organizationid_value
protected String _modifiedonbehalfby_value
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Timezonedefinition.Builder builderTimezonedefinition()
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 Timezonedefinition withTimezonecode(Integer timezonecode)
public Timezonedefinition withVersionnumber(Long versionnumber)
public Timezonedefinition withUserinterfacename(String userinterfacename)
public Timezonedefinition withBias(Integer bias)
public Timezonedefinition withRetiredorder(Integer retiredorder)
public Optional<OffsetDateTime> getModifiedon()
public Timezonedefinition withModifiedon(OffsetDateTime modifiedon)
public Timezonedefinition with_createdonbehalfby_value(String _createdonbehalfby_value)
public Optional<OffsetDateTime> getCreatedon()
public Timezonedefinition withCreatedon(OffsetDateTime createdon)
public Timezonedefinition withStandardname(String standardname)
public Timezonedefinition withDaylightname(String daylightname)
public Timezonedefinition with_createdby_value(String _createdby_value)
public Timezonedefinition withTimezonedefinitionid(String timezonedefinitionid)
public Timezonedefinition with_modifiedby_value(String _modifiedby_value)
public Timezonedefinition with_organizationid_value(String _organizationid_value)
public Timezonedefinition with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Timezonedefinition withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SystemuserRequest getModifiedby()
public TimezonelocalizednameCollectionRequest getLk_timezonelocalizedname_timezonedefinitionid()
public SystemuserRequest getCreatedonbehalfby()
public SystemuserRequest getCreatedby()
public SystemuserRequest getModifiedonbehalfby()
public TimezoneruleCollectionRequest getLk_timezonerule_timezonedefinitionid()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Timezonedefinition 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 Timezonedefinition 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.