Uses of Enum Class
com.aspose.tasks.cloud.model.BaselineType
Packages that use BaselineType
-
Uses of BaselineType in com.aspose.tasks.cloud.model
Methods in com.aspose.tasks.cloud.model that return BaselineTypeModifier and TypeMethodDescriptionstatic BaselineType
Baseline.getBaselineNumber()
The unique number of a baseline data record.BaselineType.Adapter.read
(com.google.gson.stream.JsonReader jsonReader) static BaselineType
Returns the enum constant of this class with the specified name.static BaselineType[]
BaselineType.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 BaselineTypeModifier and TypeMethodDescriptionBaseline.baselineNumber
(BaselineType baselineNumber) void
Baseline.setBaselineNumber
(BaselineType baselineNumber) void
BaselineType.Adapter.write
(com.google.gson.stream.JsonWriter jsonWriter, BaselineType enumeration)