Uses of Class
com.aspose.tasks.cloud.model.ExtendedAttribute
Packages that use ExtendedAttribute
-
Uses of ExtendedAttribute in com.aspose.tasks.cloud.model
Methods in com.aspose.tasks.cloud.model that return ExtendedAttributeModifier and TypeMethodDescriptionExtendedAttribute.attributeType(CustomFieldType attributeType) ExtendedAttribute.dateValue(org.threeten.bp.OffsetDateTime dateValue) ExtendedAttribute.durationValue(Duration durationValue) ExtendedAttribute.isErrorValue(Boolean isErrorValue) ExtendedAttribute.lookupValueId(Integer lookupValueId) ExtendedAttribute.numericValue(BigDecimal numericValue) Methods in com.aspose.tasks.cloud.model that return types with arguments of type ExtendedAttributeModifier and TypeMethodDescriptionResource.getExtendedAttributes()Resource extended attributes.ResourceAssignment.getExtendedAttributes()ResourceAssignment extended attributes.Task.getExtendedAttributes()Task extended attributes.Methods in com.aspose.tasks.cloud.model with parameters of type ExtendedAttributeModifier and TypeMethodDescriptionResource.addExtendedAttributesItem(ExtendedAttribute extendedAttributesItem) ResourceAssignment.addExtendedAttributesItem(ExtendedAttribute extendedAttributesItem) Task.addExtendedAttributesItem(ExtendedAttribute extendedAttributesItem) Method parameters in com.aspose.tasks.cloud.model with type arguments of type ExtendedAttributeModifier and TypeMethodDescriptionResource.extendedAttributes(List<ExtendedAttribute> extendedAttributes) ResourceAssignment.extendedAttributes(List<ExtendedAttribute> extendedAttributes) Task.extendedAttributes(List<ExtendedAttribute> extendedAttributes) voidResource.setExtendedAttributes(List<ExtendedAttribute> extendedAttributes) voidResourceAssignment.setExtendedAttributes(List<ExtendedAttribute> extendedAttributes) voidTask.setExtendedAttributes(List<ExtendedAttribute> extendedAttributes)