Uses of Class
com.contentful.java.cma.model.CMAEnvironmentStatus
-
Packages that use CMAEnvironmentStatus Package Description com.contentful.java.cma.model -
-
Uses of CMAEnvironmentStatus in com.contentful.java.cma.model
Methods in com.contentful.java.cma.model that return CMAEnvironmentStatus Modifier and Type Method Description CMAEnvironmentStatusCMAEnvironment. getStatus()Return the state of this environmentstatic CMAEnvironmentStatusCMAEnvironmentStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CMAEnvironmentStatus[]CMAEnvironmentStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-