public class Metric extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Metric.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 |
amountdatatype |
protected OffsetDateTime |
createdon |
protected String |
description |
protected Integer |
importsequencenumber |
protected Boolean |
isamount |
protected Boolean |
isstretchtracked |
protected String |
metricid |
protected OffsetDateTime |
modifiedon |
protected String |
name |
protected OffsetDateTime |
overriddencreatedon |
protected Integer |
statecode |
protected Integer |
statuscode |
protected Integer |
timezoneruleversionnumber |
protected Integer |
utcconversiontimezonecode |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Metric() |
protected OffsetDateTime modifiedon
protected String metricid
protected String _modifiedby_value
protected Integer statecode
protected String _modifiedonbehalfby_value
protected Boolean isstretchtracked
protected String _createdby_value
protected Boolean isamount
protected Integer statuscode
protected Integer importsequencenumber
protected Integer amountdatatype
protected String _createdonbehalfby_value
protected Long versionnumber
protected Integer timezoneruleversionnumber
protected String name
protected Integer utcconversiontimezonecode
protected String _organizationid_value
protected OffsetDateTime createdon
protected String description
protected OffsetDateTime overriddencreatedon
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Metric.Builder builderMetric()
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 Optional<OffsetDateTime> getModifiedon()
public Metric withModifiedon(OffsetDateTime modifiedon)
public Metric with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Metric with_createdonbehalfby_value(String _createdonbehalfby_value)
public Metric withTimezoneruleversionnumber(Integer timezoneruleversionnumber)
public Metric withUtcconversiontimezonecode(Integer utcconversiontimezonecode)
public Optional<OffsetDateTime> getCreatedon()
public Metric withCreatedon(OffsetDateTime createdon)
public Optional<OffsetDateTime> getOverriddencreatedon()
public Metric withOverriddencreatedon(OffsetDateTime overriddencreatedon)
public Metric withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SystemuserRequest getCreatedby()
public SystemuserRequest getCreatedonbehalfby()
public SystemuserRequest getModifiedby()
public SystemuserRequest getModifiedonbehalfby()
public OrganizationRequest getOrganizationid()
public GoalCollectionRequest getMetric_goal()
public RollupfieldCollectionRequest getMetric_rollupfield()
public ProcesssessionCollectionRequest getMetric_ProcessSessions()
public AsyncoperationCollectionRequest getMetric_AsyncOperations()
public SyncerrorCollectionRequest getMetric_SyncErrors()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Metric 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 Metric 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.