Uses of Enum Class
com.ants.platform.client.resources.commons.types.DatasetStatus
Packages that use DatasetStatus
Package
Description
-
Uses of DatasetStatus in com.ants.platform.client.resources.commons.types
Subclasses with type arguments of type DatasetStatus in com.ants.platform.client.resources.commons.typesMethods in com.ants.platform.client.resources.commons.types that return DatasetStatusModifier and TypeMethodDescriptionDatasetItem.getStatus()static DatasetStatusReturns the enum constant of this class with the specified name.static DatasetStatus[]DatasetStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.ants.platform.client.resources.commons.types with parameters of type DatasetStatusModifier and TypeMethodDescriptionDatasetItem.Builder.status(DatasetStatus status) DatasetItem.StatusStage.status(DatasetStatus status) -
Uses of DatasetStatus in com.ants.platform.client.resources.datasetitems.types
Methods in com.ants.platform.client.resources.datasetitems.types that return types with arguments of type DatasetStatusMethods in com.ants.platform.client.resources.datasetitems.types with parameters of type DatasetStatusModifier and TypeMethodDescriptionCreateDatasetItemRequest._FinalStage.status(DatasetStatus status) CreateDatasetItemRequest.Builder.status(DatasetStatus status) Defaults to ACTIVE for newly created itemsMethod parameters in com.ants.platform.client.resources.datasetitems.types with type arguments of type DatasetStatusModifier and TypeMethodDescriptionCreateDatasetItemRequest._FinalStage.status(Optional<DatasetStatus> status) CreateDatasetItemRequest.Builder.status(Optional<DatasetStatus> status)