Package microsoft.dynamics.crm.entity
Class Rollupfield
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmbaseentity
-
- microsoft.dynamics.crm.entity.Rollupfield
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Rollupfield extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRollupfield.Builder
-
Field Summary
Fields Modifier and Type Field Description protected UUID_createdby_valueprotected UUID_createdonbehalfby_valueprotected UUID_metricid_valueprotected UUID_modifiedby_valueprotected UUID_modifiedonbehalfby_valueprotected UUID_organizationid_valueprotected OffsetDateTimecreatedonprotected Stringdateattributeprotected Stringentityfordateattributeprotected Stringgoalattributeprotected Integerimportsequencenumberprotected Booleanisstateparententityattributeprotected OffsetDateTimemodifiedonprotected UUIDrollupfieldidprotected Stringsourceattributeprotected Stringsourceentityprotected Integersourcestateprotected Integersourcestatusprotected Integertimezoneruleversionnumberprotected Integerutcconversiontimezonecodeprotected Longversionnumber-
Fields inherited from class microsoft.dynamics.crm.entity.Crmbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRollupfield()
-
Method Summary
-
-
-
Field Detail
-
goalattribute
protected String goalattribute
-
_metricid_value
protected UUID _metricid_value
-
rollupfieldid
protected UUID rollupfieldid
-
sourceattribute
protected String sourceattribute
-
isstateparententityattribute
protected Boolean isstateparententityattribute
-
_createdby_value
protected UUID _createdby_value
-
sourcestatus
protected Integer sourcestatus
-
dateattribute
protected String dateattribute
-
createdon
protected OffsetDateTime createdon
-
utcconversiontimezonecode
protected Integer utcconversiontimezonecode
-
versionnumber
protected Long versionnumber
-
importsequencenumber
protected Integer importsequencenumber
-
_createdonbehalfby_value
protected UUID _createdonbehalfby_value
-
modifiedon
protected OffsetDateTime modifiedon
-
timezoneruleversionnumber
protected Integer timezoneruleversionnumber
-
entityfordateattribute
protected String entityfordateattribute
-
_modifiedonbehalfby_value
protected UUID _modifiedonbehalfby_value
-
sourceentity
protected String sourceentity
-
sourcestate
protected Integer sourcestate
-
_organizationid_value
protected UUID _organizationid_value
-
_modifiedby_value
protected UUID _modifiedby_value
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrmbaseentity
-
builderRollupfield
public static Rollupfield.Builder builderRollupfield()
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
-
withGoalattribute
public Rollupfield withGoalattribute(String goalattribute)
-
with_metricid_value
public Rollupfield with_metricid_value(UUID _metricid_value)
-
withRollupfieldid
public Rollupfield withRollupfieldid(UUID rollupfieldid)
-
withSourceattribute
public Rollupfield withSourceattribute(String sourceattribute)
-
withIsstateparententityattribute
public Rollupfield withIsstateparententityattribute(Boolean isstateparententityattribute)
-
with_createdby_value
public Rollupfield with_createdby_value(UUID _createdby_value)
-
withSourcestatus
public Rollupfield withSourcestatus(Integer sourcestatus)
-
withDateattribute
public Rollupfield withDateattribute(String dateattribute)
-
getCreatedon
public Optional<OffsetDateTime> getCreatedon()
-
withCreatedon
public Rollupfield withCreatedon(OffsetDateTime createdon)
-
withUtcconversiontimezonecode
public Rollupfield withUtcconversiontimezonecode(Integer utcconversiontimezonecode)
-
withVersionnumber
public Rollupfield withVersionnumber(Long versionnumber)
-
withImportsequencenumber
public Rollupfield withImportsequencenumber(Integer importsequencenumber)
-
with_createdonbehalfby_value
public Rollupfield with_createdonbehalfby_value(UUID _createdonbehalfby_value)
-
getModifiedon
public Optional<OffsetDateTime> getModifiedon()
-
withModifiedon
public Rollupfield withModifiedon(OffsetDateTime modifiedon)
-
withTimezoneruleversionnumber
public Rollupfield withTimezoneruleversionnumber(Integer timezoneruleversionnumber)
-
withEntityfordateattribute
public Rollupfield withEntityfordateattribute(String entityfordateattribute)
-
with_modifiedonbehalfby_value
public Rollupfield with_modifiedonbehalfby_value(UUID _modifiedonbehalfby_value)
-
withSourceentity
public Rollupfield withSourceentity(String sourceentity)
-
withSourcestate
public Rollupfield withSourcestate(Integer sourcestate)
-
with_organizationid_value
public Rollupfield with_organizationid_value(UUID _organizationid_value)
-
with_modifiedby_value
public Rollupfield with_modifiedby_value(UUID _modifiedby_value)
-
withUnmappedField
public Rollupfield withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classCrmbaseentity
-
getCreatedby
public SystemuserRequest getCreatedby()
-
getCreatedonbehalfby
public SystemuserRequest getCreatedonbehalfby()
-
getModifiedby
public SystemuserRequest getModifiedby()
-
getModifiedonbehalfby
public SystemuserRequest getModifiedonbehalfby()
-
getMetricid
public MetricRequest getMetricid()
-
getRollupfield_ProcessSessions
public ProcesssessionCollectionRequest getRollupfield_ProcessSessions()
-
getRollupfield_AsyncOperations
public AsyncoperationCollectionRequest getRollupfield_AsyncOperations()
-
getRollupField_SyncErrors
public SyncerrorCollectionRequest getRollupField_SyncErrors()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classCrmbaseentity
-
patch
public Rollupfield 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 Rollupfield 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
-
-