Uses of Class
com.contentful.java.cma.model.CMABulkStatus
-
Packages that use CMABulkStatus Package Description com.contentful.java.cma.model -
-
Uses of CMABulkStatus in com.contentful.java.cma.model
Methods in com.contentful.java.cma.model that return CMABulkStatus Modifier and Type Method Description static CMABulkStatusCMABulkStatus. from(java.lang.String status)CMABulkStatusCMASystem. getBulkActionStatus()static CMABulkStatusCMABulkStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CMABulkStatus[]CMABulkStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.contentful.java.cma.model with parameters of type CMABulkStatus Modifier and Type Method Description voidCMASystem. setBulkActionStatus(CMABulkStatus bulkActionStatus)
-