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 CustomFieldTypeExtendedAttribute.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 CustomFieldTypeReturns 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) voidExtendedAttribute.setAttributeType(CustomFieldType attributeType) voidExtendedAttributeDefinition.setCfType(CustomFieldType cfType) voidCustomFieldType.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, CustomFieldType enumeration)