public class Rollupfield extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Rollupfield.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
_createdby_value |
protected String |
_createdonbehalfby_value |
protected String |
_metricid_value |
protected String |
_modifiedby_value |
protected String |
_modifiedonbehalfby_value |
protected String |
_organizationid_value |
protected OffsetDateTime |
createdon |
protected String |
dateattribute |
protected String |
entityfordateattribute |
protected String |
goalattribute |
protected Integer |
importsequencenumber |
protected Boolean |
isstateparententityattribute |
protected OffsetDateTime |
modifiedon |
protected String |
rollupfieldid |
protected String |
sourceattribute |
protected String |
sourceentity |
protected Integer |
sourcestate |
protected Integer |
sourcestatus |
protected Integer |
timezoneruleversionnumber |
protected Integer |
utcconversiontimezonecode |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Rollupfield() |
protected String goalattribute
protected String _metricid_value
protected String rollupfieldid
protected String sourceattribute
protected Boolean isstateparententityattribute
protected String _createdby_value
protected Integer sourcestatus
protected String dateattribute
protected OffsetDateTime createdon
protected Integer utcconversiontimezonecode
protected Long versionnumber
protected Integer importsequencenumber
protected String _createdonbehalfby_value
protected OffsetDateTime modifiedon
protected Integer timezoneruleversionnumber
protected String entityfordateattribute
protected String _modifiedonbehalfby_value
protected String sourceentity
protected Integer sourcestate
protected String _organizationid_value
protected String _modifiedby_value
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Rollupfield.Builder builderRollupfield()
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 Rollupfield withGoalattribute(String goalattribute)
public Rollupfield with_metricid_value(String _metricid_value)
public Rollupfield withRollupfieldid(String rollupfieldid)
public Rollupfield withSourceattribute(String sourceattribute)
public Rollupfield withIsstateparententityattribute(Boolean isstateparententityattribute)
public Rollupfield with_createdby_value(String _createdby_value)
public Rollupfield withSourcestatus(Integer sourcestatus)
public Rollupfield withDateattribute(String dateattribute)
public Optional<OffsetDateTime> getCreatedon()
public Rollupfield withCreatedon(OffsetDateTime createdon)
public Rollupfield withUtcconversiontimezonecode(Integer utcconversiontimezonecode)
public Rollupfield withVersionnumber(Long versionnumber)
public Rollupfield withImportsequencenumber(Integer importsequencenumber)
public Rollupfield with_createdonbehalfby_value(String _createdonbehalfby_value)
public Optional<OffsetDateTime> getModifiedon()
public Rollupfield withModifiedon(OffsetDateTime modifiedon)
public Rollupfield withTimezoneruleversionnumber(Integer timezoneruleversionnumber)
public Rollupfield withEntityfordateattribute(String entityfordateattribute)
public Rollupfield with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Rollupfield withSourceentity(String sourceentity)
public Rollupfield withSourcestate(Integer sourcestate)
public Rollupfield with_organizationid_value(String _organizationid_value)
public Rollupfield with_modifiedby_value(String _modifiedby_value)
public Rollupfield withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SystemuserRequest getCreatedby()
public SystemuserRequest getCreatedonbehalfby()
public SystemuserRequest getModifiedby()
public SystemuserRequest getModifiedonbehalfby()
public MetricRequest getMetricid()
public ProcesssessionCollectionRequest getRollupfield_ProcessSessions()
public AsyncoperationCollectionRequest getRollupfield_AsyncOperations()
public SyncerrorCollectionRequest getRollupField_SyncErrors()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Rollupfield 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 Rollupfield 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.