public class Feedback extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Feedback.Builder |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Feedback() |
protected String _createdonbehalfby_value
protected Integer statuscode
protected String _modifiedby_value
protected OffsetDateTime closedon
protected OffsetDateTime overriddencreatedon
protected Integer statecode
protected String _regardingobjectid_value
protected String title
protected OffsetDateTime createdon
protected Integer rating
protected String _createdbycontact_value
protected String comments
protected String feedbackid
protected Integer maxrating
protected String _closedby_value
protected String _createdby_value
protected Integer importsequencenumber
protected Integer source
protected String _owningbusinessunit_value
protected String _createdonbehalfbycontact_value
protected OffsetDateTime modifiedon
protected BigDecimal exchangerate
protected String _owningteam_value
protected Long versionnumber
protected String _owninguser_value
protected String _modifiedonbehalfby_value
protected String _transactioncurrencyid_value
protected BigDecimal normalizedrating
protected Integer minrating
protected String _ownerid_value
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Feedback.Builder builderFeedback()
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 Feedback with_createdonbehalfby_value(String _createdonbehalfby_value)
public Optional<OffsetDateTime> getClosedon()
public Feedback withClosedon(OffsetDateTime closedon)
public Optional<OffsetDateTime> getOverriddencreatedon()
public Feedback withOverriddencreatedon(OffsetDateTime overriddencreatedon)
public Feedback with_regardingobjectid_value(String _regardingobjectid_value)
public Optional<OffsetDateTime> getCreatedon()
public Feedback withCreatedon(OffsetDateTime createdon)
public Feedback with_createdbycontact_value(String _createdbycontact_value)
public Feedback with_owningbusinessunit_value(String _owningbusinessunit_value)
public Feedback with_createdonbehalfbycontact_value(String _createdonbehalfbycontact_value)
public Optional<OffsetDateTime> getModifiedon()
public Feedback withModifiedon(OffsetDateTime modifiedon)
public Optional<BigDecimal> getExchangerate()
public Feedback withExchangerate(BigDecimal exchangerate)
public Feedback with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Feedback with_transactioncurrencyid_value(String _transactioncurrencyid_value)
public Optional<BigDecimal> getNormalizedrating()
public Feedback withNormalizedrating(BigDecimal normalizedrating)
public Feedback withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic ContactRequest getContactId()
public ContactRequest getCreatedOnBehalfByContact()
public PrincipalobjectattributeaccessCollectionRequest getFeedback_principalobjectattributeaccess()
public SystemuserRequest getModifiedby()
public PrincipalRequest getOwnerid()
public TransactioncurrencyRequest getTransactioncurrencyid()
public SystemuserRequest getModifiedOnBehalfBy()
public SystemuserRequest getClosedby()
public SystemuserRequest getCreatedonbehalfby()
public ContactRequest getCreatedByContact()
public SystemuserRequest getCreatedby()
public FeedbackRequest getFeedbackId()
public FeedbackCollectionRequest getFeedback_feedback()
public BusinessunitRequest getOwningbusinessunit()
public SyncerrorCollectionRequest getFeedback_SyncErrors()
public KnowledgearticleRequest getKnowledgeArticleId()
public DuplicaterecordCollectionRequest getFeedback_DuplicateBaseRecord()
public DuplicaterecordCollectionRequest getFeedback_DuplicateMatchingRecord()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Feedback 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 Feedback 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.