Uses of Class
com.contentful.java.cma.model.CMAScheduledActionStatus
-
Packages that use CMAScheduledActionStatus Package Description com.contentful.java.cma.model -
-
Uses of CMAScheduledActionStatus in com.contentful.java.cma.model
Methods in com.contentful.java.cma.model that return CMAScheduledActionStatus Modifier and Type Method Description static CMAScheduledActionStatusCMAScheduledActionStatus. from(java.lang.String status)CMAScheduledActionStatusCMASystem. getScheduledActionStatus()static CMAScheduledActionStatusCMAScheduledActionStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CMAScheduledActionStatus[]CMAScheduledActionStatus. 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 CMAScheduledActionStatus Modifier and Type Method Description voidCMASystem. setScheduledActionStatus(CMAScheduledActionStatus scheduledActionStatus)
-