Uses of Class
com.aspose.tasks.cloud.model.ResourceAssignment
Packages that use ResourceAssignment
Package
Description
-
Uses of ResourceAssignment in com.aspose.tasks.cloud.model
Methods in com.aspose.tasks.cloud.model that return ResourceAssignmentModifier and TypeMethodDescriptionResourceAssignment.actualCost
(BigDecimal actualCost) ResourceAssignment.actualFinish
(org.threeten.bp.OffsetDateTime actualFinish) ResourceAssignment.actualOvertimeCost
(BigDecimal actualOvertimeCost) ResourceAssignment.actualOvertimeWork
(String actualOvertimeWork) ResourceAssignment.actualOvertimeWorkProtected
(String actualOvertimeWorkProtected) ResourceAssignment.actualStart
(org.threeten.bp.OffsetDateTime actualStart) ResourceAssignment.actualWork
(String actualWork) ResourceAssignment.actualWorkProtected
(String actualWorkProtected) ResourceAssignment.addBaselinesItem
(AssignmentBaseline baselinesItem) ResourceAssignment.addExtendedAttributesItem
(ExtendedAttribute extendedAttributesItem) ResourceAssignment.addTimephasedDataItem
(TimephasedData timephasedDataItem) ResourceAssignment.assnOwnerGuid
(String assnOwnerGuid) ResourceAssignment.baselines
(List<AssignmentBaseline> baselines) ResourceAssignment.bookingType
(BookingType bookingType) ResourceAssignment.budgetCost
(BigDecimal budgetCost) ResourceAssignment.budgetWork
(String budgetWork) ResourceAssignment.cost
(BigDecimal cost) ResourceAssignment.costRateTableType
(RateType costRateTableType) ResourceAssignment.costVariance
(Double costVariance) ResourceAssignment.creationDate
(org.threeten.bp.OffsetDateTime creationDate) ResourceAssignment.extendedAttributes
(List<ExtendedAttribute> extendedAttributes) ResourceAssignment.finish
(org.threeten.bp.OffsetDateTime finish) ResourceAssignment.finishVariance
(Integer finishVariance) ResourceAssignment.fixedMaterial
(Boolean fixedMaterial) ResourceAssignment.hasFixedRateUnits
(Boolean hasFixedRateUnits) ResourceAssignment.hyperlinkAddress
(String hyperlinkAddress) ResourceAssignment.hyperlinkSubAddress
(String hyperlinkSubAddress) ResourceAssignment.levelingDelay
(Integer levelingDelay) ResourceAssignment.levelingDelayFormat
(TimeUnitType levelingDelayFormat) ResourceAssignment.linkedFields
(Boolean linkedFields) ResourceAssignment.overallocated
(Boolean overallocated) ResourceAssignment.overtimeCost
(BigDecimal overtimeCost) ResourceAssignment.overtimeWork
(String overtimeWork) ResourceAssignment.percentWorkComplete
(Integer percentWorkComplete) ResourceAssignment.rateScale
(RateScaleType rateScale) ResourceAssignment.regularWork
(String regularWork) ResourceAssignment.remainingCost
(BigDecimal remainingCost) ResourceAssignment.remainingOvertimeCost
(BigDecimal remainingOvertimeCost) ResourceAssignment.remainingOvertimeWork
(String remainingOvertimeWork) ResourceAssignment.remainingWork
(String remainingWork) ResourceAssignment.resourceUid
(Integer resourceUid) ResourceAssignment.responsePending
(Boolean responsePending) ResourceAssignment.resume
(org.threeten.bp.OffsetDateTime resume) ResourceAssignment.start
(org.threeten.bp.OffsetDateTime start) ResourceAssignment.startVariance
(Integer startVariance) ResourceAssignment.stop
(org.threeten.bp.OffsetDateTime stop) ResourceAssignment.timephasedData
(List<TimephasedData> timephasedData) ResourceAssignment.updateNeeded
(Boolean updateNeeded) ResourceAssignment.workContour
(WorkContourType workContour) ResourceAssignment.workVariance
(Double workVariance) Methods in com.aspose.tasks.cloud.model that return types with arguments of type ResourceAssignmentMethods in com.aspose.tasks.cloud.model with parameters of type ResourceAssignmentMethod parameters in com.aspose.tasks.cloud.model with type arguments of type ResourceAssignmentModifier and TypeMethodDescriptionResourceAssignments.list
(List<ResourceAssignment> list) void
ResourceAssignments.setList
(List<ResourceAssignment> list) -
Uses of ResourceAssignment in com.aspose.tasks.cloud.model.requests
Methods in com.aspose.tasks.cloud.model.requests that return ResourceAssignmentMethods in com.aspose.tasks.cloud.model.requests with parameters of type ResourceAssignmentModifier and TypeMethodDescriptionvoid
PutAssignmentRequest.setassignment
(ResourceAssignment value) Constructors in com.aspose.tasks.cloud.model.requests with parameters of type ResourceAssignmentModifierConstructorDescriptionPutAssignmentRequest
(String name, Integer assignmentUid, ResourceAssignment assignment, String mode, Boolean recalculate, String storage, String folder, String fileName) -
Uses of ResourceAssignment in com.aspose.tasks.cloud.model.responses
Methods in com.aspose.tasks.cloud.model.responses that return ResourceAssignmentMethods in com.aspose.tasks.cloud.model.responses with parameters of type ResourceAssignmentModifier and TypeMethodDescriptionAssignmentResponse.assignment
(ResourceAssignment assignment) void
AssignmentResponse.setAssignment
(ResourceAssignment assignment)