Package microsoft.dynamics.crm.entity
Class Goal
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmbaseentity
-
- microsoft.dynamics.crm.entity.Goal
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Goal extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGoal.Builder
-
Field Summary
-
Fields inherited from class microsoft.dynamics.crm.entity.Crmbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedGoal()
-
Method Summary
-
-
-
Field Detail
-
computedtargetasoftodaypercentageachieved
protected BigDecimal computedtargetasoftodaypercentageachieved
-
stretchtargetstring
protected String stretchtargetstring
-
amountdatatype
protected Integer amountdatatype
-
_owningbusinessunit_value
protected String _owningbusinessunit_value
-
createdon
protected OffsetDateTime createdon
-
_rollupqueryinprogressintegerid_value
protected String _rollupqueryinprogressintegerid_value
-
_createdby_value
protected String _createdby_value
-
inprogressinteger
protected Integer inprogressinteger
-
entityimage_url
protected String entityimage_url
-
overriddencreatedon
protected OffsetDateTime overriddencreatedon
-
_rollupqueryactualintegerid_value
protected String _rollupqueryactualintegerid_value
-
fiscalperiod
protected Integer fiscalperiod
-
_modifiedby_value
protected String _modifiedby_value
-
isoverridden
protected Boolean isoverridden
-
title
protected String title
-
goalenddate
protected OffsetDateTime goalenddate
-
_owningteam_value
protected String _owningteam_value
-
_rollupqueryactualdecimalid_value
protected String _rollupqueryactualdecimalid_value
-
_rollupqueryactualmoneyid_value
protected String _rollupqueryactualmoneyid_value
-
exchangerate
protected BigDecimal exchangerate
-
inprogressdecimal
protected BigDecimal inprogressdecimal
-
consideronlygoalownersrecords
protected Boolean consideronlygoalownersrecords
-
computedtargetasoftodayinteger
protected Integer computedtargetasoftodayinteger
-
goalid
protected String goalid
-
entityimageid
protected String entityimageid
-
targetdecimal
protected BigDecimal targetdecimal
-
computedtargetasoftodaymoney
protected BigDecimal computedtargetasoftodaymoney
-
isamount
protected Boolean isamount
-
modifiedon
protected OffsetDateTime modifiedon
-
actualinteger
protected Integer actualinteger
-
customrollupfieldmoney
protected BigDecimal customrollupfieldmoney
-
entityimage
protected byte[] entityimage
-
versionnumber
protected Long versionnumber
-
entityimage_timestamp
protected Long entityimage_timestamp
-
_ownerid_value
protected String _ownerid_value
-
percentage
protected BigDecimal percentage
-
actualstring
protected String actualstring
-
actualmoney
protected BigDecimal actualmoney
-
stretchtargetinteger
protected Integer stretchtargetinteger
-
lastrolledupdate
protected OffsetDateTime lastrolledupdate
-
actualmoney_base
protected BigDecimal actualmoney_base
-
computedtargetasoftodaymoney_base
protected BigDecimal computedtargetasoftodaymoney_base
-
customrollupfieldmoney_base
protected BigDecimal customrollupfieldmoney_base
-
_modifiedonbehalfby_value
protected String _modifiedonbehalfby_value
-
targetinteger
protected Integer targetinteger
-
inprogressstring
protected String inprogressstring
-
goalstartdate
protected OffsetDateTime goalstartdate
-
inprogressmoney_base
protected BigDecimal inprogressmoney_base
-
targetstring
protected String targetstring
-
timezoneruleversionnumber
protected Integer timezoneruleversionnumber
-
statuscode
protected Integer statuscode
-
isoverride
protected Boolean isoverride
-
_goalownerid_value
protected String _goalownerid_value
-
_rollupquerycustommoneyid_value
protected String _rollupquerycustommoneyid_value
-
_owninguser_value
protected String _owninguser_value
-
targetmoney
protected BigDecimal targetmoney
-
_transactioncurrencyid_value
protected String _transactioncurrencyid_value
-
_rollupqueryinprogressdecimalid_value
protected String _rollupqueryinprogressdecimalid_value
-
statecode
protected Integer statecode
-
stretchtargetmoney
protected BigDecimal stretchtargetmoney
-
importsequencenumber
protected Integer importsequencenumber
-
treeid
protected String treeid
-
_goalwitherrorid_value
protected String _goalwitherrorid_value
-
rolluponlyfromchildgoals
protected Boolean rolluponlyfromchildgoals
-
isfiscalperiodgoal
protected Boolean isfiscalperiodgoal
-
actualdecimal
protected BigDecimal actualdecimal
-
customrollupfieldstring
protected String customrollupfieldstring
-
_rollupqueryinprogressmoneyid_value
protected String _rollupqueryinprogressmoneyid_value
-
_rollupquerycustomdecimalid_value
protected String _rollupquerycustomdecimalid_value
-
utcconversiontimezonecode
protected Integer utcconversiontimezonecode
-
_rollupquerycustomintegerid_value
protected String _rollupquerycustomintegerid_value
-
stretchtargetmoney_base
protected BigDecimal stretchtargetmoney_base
-
_metricid_value
protected String _metricid_value
-
computedtargetasoftodaydecimal
protected BigDecimal computedtargetasoftodaydecimal
-
_createdonbehalfby_value
protected String _createdonbehalfby_value
-
customrollupfielddecimal
protected BigDecimal customrollupfielddecimal
-
fiscalyear
protected Integer fiscalyear
-
stretchtargetdecimal
protected BigDecimal stretchtargetdecimal
-
targetmoney_base
protected BigDecimal targetmoney_base
-
inprogressmoney
protected BigDecimal inprogressmoney
-
depth
protected Integer depth
-
rolluperrorcode
protected Integer rolluperrorcode
-
_parentgoalid_value
protected String _parentgoalid_value
-
customrollupfieldinteger
protected Integer customrollupfieldinteger
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrmbaseentity
-
builderGoal
public static Goal.Builder builderGoal()
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
-
getComputedtargetasoftodaypercentageachieved
public Optional<BigDecimal> getComputedtargetasoftodaypercentageachieved()
-
withComputedtargetasoftodaypercentageachieved
public Goal withComputedtargetasoftodaypercentageachieved(BigDecimal computedtargetasoftodaypercentageachieved)
-
with_owningbusinessunit_value
public Goal with_owningbusinessunit_value(String _owningbusinessunit_value)
-
getCreatedon
public Optional<OffsetDateTime> getCreatedon()
-
withCreatedon
public Goal withCreatedon(OffsetDateTime createdon)
-
get_rollupqueryinprogressintegerid_value
public Optional<String> get_rollupqueryinprogressintegerid_value()
-
with_rollupqueryinprogressintegerid_value
public Goal with_rollupqueryinprogressintegerid_value(String _rollupqueryinprogressintegerid_value)
-
getOverriddencreatedon
public Optional<OffsetDateTime> getOverriddencreatedon()
-
withOverriddencreatedon
public Goal withOverriddencreatedon(OffsetDateTime overriddencreatedon)
-
with_rollupqueryactualintegerid_value
public Goal with_rollupqueryactualintegerid_value(String _rollupqueryactualintegerid_value)
-
getGoalenddate
public Optional<OffsetDateTime> getGoalenddate()
-
withGoalenddate
public Goal withGoalenddate(OffsetDateTime goalenddate)
-
with_rollupqueryactualdecimalid_value
public Goal with_rollupqueryactualdecimalid_value(String _rollupqueryactualdecimalid_value)
-
with_rollupqueryactualmoneyid_value
public Goal with_rollupqueryactualmoneyid_value(String _rollupqueryactualmoneyid_value)
-
getExchangerate
public Optional<BigDecimal> getExchangerate()
-
withExchangerate
public Goal withExchangerate(BigDecimal exchangerate)
-
getInprogressdecimal
public Optional<BigDecimal> getInprogressdecimal()
-
withInprogressdecimal
public Goal withInprogressdecimal(BigDecimal inprogressdecimal)
-
withConsideronlygoalownersrecords
public Goal withConsideronlygoalownersrecords(Boolean consideronlygoalownersrecords)
-
withComputedtargetasoftodayinteger
public Goal withComputedtargetasoftodayinteger(Integer computedtargetasoftodayinteger)
-
getTargetdecimal
public Optional<BigDecimal> getTargetdecimal()
-
withTargetdecimal
public Goal withTargetdecimal(BigDecimal targetdecimal)
-
getComputedtargetasoftodaymoney
public Optional<BigDecimal> getComputedtargetasoftodaymoney()
-
withComputedtargetasoftodaymoney
public Goal withComputedtargetasoftodaymoney(BigDecimal computedtargetasoftodaymoney)
-
getModifiedon
public Optional<OffsetDateTime> getModifiedon()
-
withModifiedon
public Goal withModifiedon(OffsetDateTime modifiedon)
-
getCustomrollupfieldmoney
public Optional<BigDecimal> getCustomrollupfieldmoney()
-
withCustomrollupfieldmoney
public Goal withCustomrollupfieldmoney(BigDecimal customrollupfieldmoney)
-
getEntityimage
public Optional<byte[]> getEntityimage()
-
withEntityimage
public Goal withEntityimage(byte[] entityimage)
-
getPercentage
public Optional<BigDecimal> getPercentage()
-
withPercentage
public Goal withPercentage(BigDecimal percentage)
-
getActualmoney
public Optional<BigDecimal> getActualmoney()
-
withActualmoney
public Goal withActualmoney(BigDecimal actualmoney)
-
getLastrolledupdate
public Optional<OffsetDateTime> getLastrolledupdate()
-
withLastrolledupdate
public Goal withLastrolledupdate(OffsetDateTime lastrolledupdate)
-
getActualmoney_base
public Optional<BigDecimal> getActualmoney_base()
-
withActualmoney_base
public Goal withActualmoney_base(BigDecimal actualmoney_base)
-
getComputedtargetasoftodaymoney_base
public Optional<BigDecimal> getComputedtargetasoftodaymoney_base()
-
withComputedtargetasoftodaymoney_base
public Goal withComputedtargetasoftodaymoney_base(BigDecimal computedtargetasoftodaymoney_base)
-
getCustomrollupfieldmoney_base
public Optional<BigDecimal> getCustomrollupfieldmoney_base()
-
withCustomrollupfieldmoney_base
public Goal withCustomrollupfieldmoney_base(BigDecimal customrollupfieldmoney_base)
-
with_modifiedonbehalfby_value
public Goal with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
-
getGoalstartdate
public Optional<OffsetDateTime> getGoalstartdate()
-
withGoalstartdate
public Goal withGoalstartdate(OffsetDateTime goalstartdate)
-
getInprogressmoney_base
public Optional<BigDecimal> getInprogressmoney_base()
-
withInprogressmoney_base
public Goal withInprogressmoney_base(BigDecimal inprogressmoney_base)
-
withTimezoneruleversionnumber
public Goal withTimezoneruleversionnumber(Integer timezoneruleversionnumber)
-
with_rollupquerycustommoneyid_value
public Goal with_rollupquerycustommoneyid_value(String _rollupquerycustommoneyid_value)
-
getTargetmoney
public Optional<BigDecimal> getTargetmoney()
-
withTargetmoney
public Goal withTargetmoney(BigDecimal targetmoney)
-
with_transactioncurrencyid_value
public Goal with_transactioncurrencyid_value(String _transactioncurrencyid_value)
-
get_rollupqueryinprogressdecimalid_value
public Optional<String> get_rollupqueryinprogressdecimalid_value()
-
with_rollupqueryinprogressdecimalid_value
public Goal with_rollupqueryinprogressdecimalid_value(String _rollupqueryinprogressdecimalid_value)
-
getStretchtargetmoney
public Optional<BigDecimal> getStretchtargetmoney()
-
withStretchtargetmoney
public Goal withStretchtargetmoney(BigDecimal stretchtargetmoney)
-
withRolluponlyfromchildgoals
public Goal withRolluponlyfromchildgoals(Boolean rolluponlyfromchildgoals)
-
getActualdecimal
public Optional<BigDecimal> getActualdecimal()
-
withActualdecimal
public Goal withActualdecimal(BigDecimal actualdecimal)
-
withCustomrollupfieldstring
public Goal withCustomrollupfieldstring(String customrollupfieldstring)
-
get_rollupqueryinprogressmoneyid_value
public Optional<String> get_rollupqueryinprogressmoneyid_value()
-
with_rollupqueryinprogressmoneyid_value
public Goal with_rollupqueryinprogressmoneyid_value(String _rollupqueryinprogressmoneyid_value)
-
with_rollupquerycustomdecimalid_value
public Goal with_rollupquerycustomdecimalid_value(String _rollupquerycustomdecimalid_value)
-
withUtcconversiontimezonecode
public Goal withUtcconversiontimezonecode(Integer utcconversiontimezonecode)
-
with_rollupquerycustomintegerid_value
public Goal with_rollupquerycustomintegerid_value(String _rollupquerycustomintegerid_value)
-
getStretchtargetmoney_base
public Optional<BigDecimal> getStretchtargetmoney_base()
-
withStretchtargetmoney_base
public Goal withStretchtargetmoney_base(BigDecimal stretchtargetmoney_base)
-
getComputedtargetasoftodaydecimal
public Optional<BigDecimal> getComputedtargetasoftodaydecimal()
-
withComputedtargetasoftodaydecimal
public Goal withComputedtargetasoftodaydecimal(BigDecimal computedtargetasoftodaydecimal)
-
with_createdonbehalfby_value
public Goal with_createdonbehalfby_value(String _createdonbehalfby_value)
-
getCustomrollupfielddecimal
public Optional<BigDecimal> getCustomrollupfielddecimal()
-
withCustomrollupfielddecimal
public Goal withCustomrollupfielddecimal(BigDecimal customrollupfielddecimal)
-
getStretchtargetdecimal
public Optional<BigDecimal> getStretchtargetdecimal()
-
withStretchtargetdecimal
public Goal withStretchtargetdecimal(BigDecimal stretchtargetdecimal)
-
getTargetmoney_base
public Optional<BigDecimal> getTargetmoney_base()
-
withTargetmoney_base
public Goal withTargetmoney_base(BigDecimal targetmoney_base)
-
getInprogressmoney
public Optional<BigDecimal> getInprogressmoney()
-
withInprogressmoney
public Goal withInprogressmoney(BigDecimal inprogressmoney)
-
withCustomrollupfieldinteger
public Goal withCustomrollupfieldinteger(Integer customrollupfieldinteger)
-
withUnmappedField
public Goal withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classCrmbaseentity
-
getOwningteam
public TeamRequest getOwningteam()
-
getOwnerid
public PrincipalRequest getOwnerid()
-
getRollupqueryactualintegerid
public GoalrollupqueryRequest getRollupqueryactualintegerid()
-
getRollupqueryactualmoneyid
public GoalrollupqueryRequest getRollupqueryactualmoneyid()
-
getRollupqueryactualdecimalid
public GoalrollupqueryRequest getRollupqueryactualdecimalid()
-
getRollupquerycustomintegerid
public GoalrollupqueryRequest getRollupquerycustomintegerid()
-
getRollupquerycustommoneyid
public GoalrollupqueryRequest getRollupquerycustommoneyid()
-
getRollupquerycustomdecimalid
public GoalrollupqueryRequest getRollupquerycustomdecimalid()
-
getRollupqueryinprogressintegerid
public GoalrollupqueryRequest getRollupqueryinprogressintegerid()
-
getRollupqueryinprogressmoneyid
public GoalrollupqueryRequest getRollupqueryinprogressmoneyid()
-
getRollupqueryinprogressdecimalid
public GoalrollupqueryRequest getRollupqueryinprogressdecimalid()
-
getCreatedby
public SystemuserRequest getCreatedby()
-
getCreatedonbehalfby
public SystemuserRequest getCreatedonbehalfby()
-
getModifiedby
public SystemuserRequest getModifiedby()
-
getModifiedonbehalfby
public SystemuserRequest getModifiedonbehalfby()
-
getOwninguser
public SystemuserRequest getOwninguser()
-
getOwningbusinessunit
public BusinessunitRequest getOwningbusinessunit()
-
getGoalownerid_systemuser
public SystemuserRequest getGoalownerid_systemuser()
-
getParentgoalid
public GoalRequest getParentgoalid()
-
getGoal_parent_goal
public GoalCollectionRequest getGoal_parent_goal()
-
getTransactioncurrencyid
public TransactioncurrencyRequest getTransactioncurrencyid()
-
getMetricid
public MetricRequest getMetricid()
-
getGoal_DuplicateMatchingRecord
public DuplicaterecordCollectionRequest getGoal_DuplicateMatchingRecord()
-
getGoalwitherrorid
public GoalRequest getGoalwitherrorid()
-
getGoal_RollupError_Goal
public GoalCollectionRequest getGoal_RollupError_Goal()
-
getGoal_connections2
public ConnectionCollectionRequest getGoal_connections2()
-
getGoal_SyncErrors
public SyncerrorCollectionRequest getGoal_SyncErrors()
-
getGoal_Annotation
public AnnotationCollectionRequest getGoal_Annotation()
-
getGoal_connections1
public ConnectionCollectionRequest getGoal_connections1()
-
getGoal_AsyncOperations
public AsyncoperationCollectionRequest getGoal_AsyncOperations()
-
getGoal_DuplicateBaseRecord
public DuplicaterecordCollectionRequest getGoal_DuplicateBaseRecord()
-
getGoal_ProcessSessions
public ProcesssessionCollectionRequest getGoal_ProcessSessions()
-
getGoal_principalobjectattributeaccess
public PrincipalobjectattributeaccessCollectionRequest getGoal_principalobjectattributeaccess()
-
getGoalownerid_team
public TeamRequest getGoalownerid_team()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classCrmbaseentity
-
patch
public Goal 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 Goal 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
-
recalculate
public com.github.davidmoten.odata.client.ActionRequestNoReturn recalculate()
-
toString
public String toString()
- Overrides:
toStringin classCrmbaseentity
-
-