Uses of Enum Class
com.aspose.tasks.cloud.model.CustomFieldType
Packages that use CustomFieldType
-
Uses of CustomFieldType in com.aspose.tasks.cloud.model
Methods in com.aspose.tasks.cloud.model that return CustomFieldTypeModifier and TypeMethodDescriptionstatic CustomFieldType
ExtendedAttribute.getAttributeType()
Gets the type of a custom field.ExtendedAttributeDefinition.getCfType()
The type of a custom field.CustomFieldType.Adapter.read
(com.google.gson.stream.JsonReader jsonReader) static CustomFieldType
Returns the enum constant of this class with the specified name.static CustomFieldType[]
CustomFieldType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.aspose.tasks.cloud.model with parameters of type CustomFieldTypeModifier and TypeMethodDescriptionExtendedAttribute.attributeType
(CustomFieldType attributeType) ExtendedAttributeDefinition.cfType
(CustomFieldType cfType) void
ExtendedAttribute.setAttributeType
(CustomFieldType attributeType) void
ExtendedAttributeDefinition.setCfType
(CustomFieldType cfType) void
CustomFieldType.Adapter.write
(com.google.gson.stream.JsonWriter jsonWriter, CustomFieldType enumeration)