public class Timezonelocalizedname extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Timezonelocalizedname.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 String |
_timezonedefinitionid_value |
protected OffsetDateTime |
createdon |
protected Integer |
cultureid |
protected String |
daylightname |
protected OffsetDateTime |
modifiedon |
protected String |
standardname |
protected String |
timezonelocalizednameid |
protected String |
userinterfacename |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Timezonelocalizedname() |
protected String daylightname
protected String _modifiedby_value
protected OffsetDateTime modifiedon
protected String timezonelocalizednameid
protected String standardname
protected String _modifiedonbehalfby_value
protected OffsetDateTime createdon
protected String userinterfacename
protected String _timezonedefinitionid_value
protected Integer cultureid
protected String _createdonbehalfby_value
protected Long versionnumber
protected String _organizationid_value
protected String _createdby_value
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Timezonelocalizedname.Builder builderTimezonelocalizedname()
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 Timezonelocalizedname withDaylightname(String daylightname)
public Timezonelocalizedname with_modifiedby_value(String _modifiedby_value)
public Optional<OffsetDateTime> getModifiedon()
public Timezonelocalizedname withModifiedon(OffsetDateTime modifiedon)
public Timezonelocalizedname withTimezonelocalizednameid(String timezonelocalizednameid)
public Timezonelocalizedname withStandardname(String standardname)
public Timezonelocalizedname with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Optional<OffsetDateTime> getCreatedon()
public Timezonelocalizedname withCreatedon(OffsetDateTime createdon)
public Timezonelocalizedname withUserinterfacename(String userinterfacename)
public Timezonelocalizedname with_timezonedefinitionid_value(String _timezonedefinitionid_value)
public Timezonelocalizedname withCultureid(Integer cultureid)
public Timezonelocalizedname with_createdonbehalfby_value(String _createdonbehalfby_value)
public Timezonelocalizedname withVersionnumber(Long versionnumber)
public Timezonelocalizedname with_organizationid_value(String _organizationid_value)
public Timezonelocalizedname with_createdby_value(String _createdby_value)
public Timezonelocalizedname withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SystemuserRequest getCreatedonbehalfby()
public TimezonedefinitionRequest getTimezonedefinitionid()
public SystemuserRequest getModifiedonbehalfby()
public SystemuserRequest getModifiedby()
public SystemuserRequest getCreatedby()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Timezonelocalizedname 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 Timezonelocalizedname 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.