public class Aciviewmapper extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Aciviewmapper.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 |
aciviewmapperid |
protected OffsetDateTime |
createdon |
protected OffsetDateTime |
modifiedon |
protected Integer |
statecode |
protected Integer |
statuscode |
protected Integer |
utcconversiontimezonecode |
protected Long |
versionnumber |
protected String |
viewname |
protected String |
webapplicationendpoint |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Aciviewmapper() |
protected String _modifiedonbehalfby_value
protected String _modifiedby_value
protected String _createdby_value
protected OffsetDateTime modifiedon
protected Long versionnumber
protected Integer utcconversiontimezonecode
protected OffsetDateTime createdon
protected Integer statecode
protected String _organizationid_value
protected String _createdonbehalfby_value
protected String viewname
protected String webapplicationendpoint
protected Integer statuscode
protected String aciviewmapperid
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Aciviewmapper.Builder builderAciviewmapper()
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 Aciviewmapper with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Aciviewmapper with_modifiedby_value(String _modifiedby_value)
public Aciviewmapper with_createdby_value(String _createdby_value)
public Optional<OffsetDateTime> getModifiedon()
public Aciviewmapper withModifiedon(OffsetDateTime modifiedon)
public Aciviewmapper withVersionnumber(Long versionnumber)
public Aciviewmapper withUtcconversiontimezonecode(Integer utcconversiontimezonecode)
public Optional<OffsetDateTime> getCreatedon()
public Aciviewmapper withCreatedon(OffsetDateTime createdon)
public Aciviewmapper withStatecode(Integer statecode)
public Aciviewmapper with_organizationid_value(String _organizationid_value)
public Aciviewmapper with_createdonbehalfby_value(String _createdonbehalfby_value)
public Aciviewmapper withViewname(String viewname)
public Aciviewmapper withWebapplicationendpoint(String webapplicationendpoint)
public Aciviewmapper withStatuscode(Integer statuscode)
public Aciviewmapper withAciviewmapperid(String aciviewmapperid)
public Aciviewmapper withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SystemuserRequest getCreatedby()
public SystemuserRequest getCreatedonbehalfby()
public SystemuserRequest getModifiedonbehalfby()
public OrganizationRequest getOrganizationid()
public SystemuserRequest getModifiedby()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Aciviewmapper 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 Aciviewmapper 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–2020. All rights reserved.