Package microsoft.dynamics.crm.entity
Class Feedback
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmbaseentity
-
- microsoft.dynamics.crm.entity.Feedback
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Feedback extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFeedback.Builder
-
Field Summary
-
Fields inherited from class microsoft.dynamics.crm.entity.Crmbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedFeedback()
-
Method Summary
-
-
-
Field Detail
-
_createdonbehalfby_value
protected String _createdonbehalfby_value
-
statuscode
protected Integer statuscode
-
_modifiedby_value
protected String _modifiedby_value
-
closedon
protected OffsetDateTime closedon
-
overriddencreatedon
protected OffsetDateTime overriddencreatedon
-
statecode
protected Integer statecode
-
_regardingobjectid_value
protected String _regardingobjectid_value
-
title
protected String title
-
createdon
protected OffsetDateTime createdon
-
rating
protected Integer rating
-
_createdbycontact_value
protected String _createdbycontact_value
-
comments
protected String comments
-
feedbackid
protected String feedbackid
-
maxrating
protected Integer maxrating
-
_closedby_value
protected String _closedby_value
-
_createdby_value
protected String _createdby_value
-
importsequencenumber
protected Integer importsequencenumber
-
source
protected Integer source
-
_owningbusinessunit_value
protected String _owningbusinessunit_value
-
_createdonbehalfbycontact_value
protected String _createdonbehalfbycontact_value
-
modifiedon
protected OffsetDateTime modifiedon
-
exchangerate
protected BigDecimal exchangerate
-
_owningteam_value
protected String _owningteam_value
-
versionnumber
protected Long versionnumber
-
_owninguser_value
protected String _owninguser_value
-
_modifiedonbehalfby_value
protected String _modifiedonbehalfby_value
-
_transactioncurrencyid_value
protected String _transactioncurrencyid_value
-
normalizedrating
protected BigDecimal normalizedrating
-
minrating
protected Integer minrating
-
_ownerid_value
protected String _ownerid_value
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrmbaseentity
-
builderFeedback
public static Feedback.Builder builderFeedback()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classCrmbaseentity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classCrmbaseentity
-
with_createdonbehalfby_value
public Feedback with_createdonbehalfby_value(String _createdonbehalfby_value)
-
getClosedon
public Optional<OffsetDateTime> getClosedon()
-
withClosedon
public Feedback withClosedon(OffsetDateTime closedon)
-
getOverriddencreatedon
public Optional<OffsetDateTime> getOverriddencreatedon()
-
withOverriddencreatedon
public Feedback withOverriddencreatedon(OffsetDateTime overriddencreatedon)
-
with_regardingobjectid_value
public Feedback with_regardingobjectid_value(String _regardingobjectid_value)
-
getCreatedon
public Optional<OffsetDateTime> getCreatedon()
-
withCreatedon
public Feedback withCreatedon(OffsetDateTime createdon)
-
with_createdbycontact_value
public Feedback with_createdbycontact_value(String _createdbycontact_value)
-
with_owningbusinessunit_value
public Feedback with_owningbusinessunit_value(String _owningbusinessunit_value)
-
with_createdonbehalfbycontact_value
public Feedback with_createdonbehalfbycontact_value(String _createdonbehalfbycontact_value)
-
getModifiedon
public Optional<OffsetDateTime> getModifiedon()
-
withModifiedon
public Feedback withModifiedon(OffsetDateTime modifiedon)
-
getExchangerate
public Optional<BigDecimal> getExchangerate()
-
withExchangerate
public Feedback withExchangerate(BigDecimal exchangerate)
-
with_modifiedonbehalfby_value
public Feedback with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
-
with_transactioncurrencyid_value
public Feedback with_transactioncurrencyid_value(String _transactioncurrencyid_value)
-
getNormalizedrating
public Optional<BigDecimal> getNormalizedrating()
-
withNormalizedrating
public Feedback withNormalizedrating(BigDecimal normalizedrating)
-
withUnmappedField
public Feedback withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classCrmbaseentity
-
getContactId
public ContactRequest getContactId()
-
getCreatedOnBehalfByContact
public ContactRequest getCreatedOnBehalfByContact()
-
getFeedback_principalobjectattributeaccess
public PrincipalobjectattributeaccessCollectionRequest getFeedback_principalobjectattributeaccess()
-
getModifiedby
public SystemuserRequest getModifiedby()
-
getOwnerid
public PrincipalRequest getOwnerid()
-
getTransactioncurrencyid
public TransactioncurrencyRequest getTransactioncurrencyid()
-
getModifiedOnBehalfBy
public SystemuserRequest getModifiedOnBehalfBy()
-
getClosedby
public SystemuserRequest getClosedby()
-
getCreatedonbehalfby
public SystemuserRequest getCreatedonbehalfby()
-
getCreatedByContact
public ContactRequest getCreatedByContact()
-
getCreatedby
public SystemuserRequest getCreatedby()
-
getFeedbackId
public FeedbackRequest getFeedbackId()
-
getFeedback_feedback
public FeedbackCollectionRequest getFeedback_feedback()
-
getOwningbusinessunit
public BusinessunitRequest getOwningbusinessunit()
-
getFeedback_SyncErrors
public SyncerrorCollectionRequest getFeedback_SyncErrors()
-
getKnowledgeArticleId
public KnowledgearticleRequest getKnowledgeArticleId()
-
getFeedback_DuplicateBaseRecord
public DuplicaterecordCollectionRequest getFeedback_DuplicateBaseRecord()
-
getFeedback_DuplicateMatchingRecord
public DuplicaterecordCollectionRequest getFeedback_DuplicateMatchingRecord()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classCrmbaseentity
-
patch
public Feedback patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.- Overrides:
patchin classCrmbaseentity- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
put
public Feedback put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).- Overrides:
putin classCrmbaseentity- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
toString
public String toString()
- Overrides:
toStringin classCrmbaseentity
-
-