Uses of Class
com.aspose.tasks.cloud.model.ExtendedAttributeDefinition
Packages that use ExtendedAttributeDefinition
Package
Description
-
Uses of ExtendedAttributeDefinition in com.aspose.tasks.cloud.model
Methods in com.aspose.tasks.cloud.model that return ExtendedAttributeDefinitionModifier and TypeMethodDescriptionExtendedAttributeDefinition.addValueListItem
(Value valueListItem) ExtendedAttributeDefinition.appendNewValues
(Boolean appendNewValues) ExtendedAttributeDefinition.autoRollDown
(Boolean autoRollDown) ExtendedAttributeDefinition.calculationType
(CalculationType calculationType) ExtendedAttributeDefinition.cfType
(CustomFieldType cfType) ExtendedAttributeDefinition.defaultGuid
(String defaultGuid) ExtendedAttributeDefinition.elementType
(ElementType elementType) ExtendedAttributeDefinition.maxMultiValues
(Integer maxMultiValues) ExtendedAttributeDefinition.phoneticsAlias
(String phoneticsAlias) ExtendedAttributeDefinition.restrictValues
(Boolean restrictValues) ExtendedAttributeDefinition.rollupType
(RollupType rollupType) ExtendedAttributeDefinition.secondaryGuid
(String secondaryGuid) ExtendedAttributeDefinition.secondaryPid
(String secondaryPid) ExtendedAttributeDefinition.summaryRowsCalculationType
(SummaryRowsCalculationType summaryRowsCalculationType) ExtendedAttributeDefinition.valuelistSortOrder
(Integer valuelistSortOrder) -
Uses of ExtendedAttributeDefinition in com.aspose.tasks.cloud.model.requests
Methods in com.aspose.tasks.cloud.model.requests that return ExtendedAttributeDefinitionMethods in com.aspose.tasks.cloud.model.requests with parameters of type ExtendedAttributeDefinitionModifier and TypeMethodDescriptionvoid
PutExtendedAttributeRequest.setextendedAttribute
(ExtendedAttributeDefinition value) Constructors in com.aspose.tasks.cloud.model.requests with parameters of type ExtendedAttributeDefinitionModifierConstructorDescriptionPutExtendedAttributeRequest
(ExtendedAttributeDefinition extendedAttribute, String name, String fileName, String storage, String folder) -
Uses of ExtendedAttributeDefinition in com.aspose.tasks.cloud.model.responses
Methods in com.aspose.tasks.cloud.model.responses that return ExtendedAttributeDefinitionModifier and TypeMethodDescriptionExtendedAttributeResponse.getExtendedAttribute()
Extended attribute definition.Methods in com.aspose.tasks.cloud.model.responses with parameters of type ExtendedAttributeDefinitionModifier and TypeMethodDescriptionExtendedAttributeResponse.extendedAttribute
(ExtendedAttributeDefinition extendedAttribute) void
ExtendedAttributeResponse.setExtendedAttribute
(ExtendedAttributeDefinition extendedAttribute)