Uses of Class
com.contentful.java.cma.model.CMAType
-
Packages that use CMAType Package Description com.contentful.java.cma.model -
-
Uses of CMAType in com.contentful.java.cma.model
Methods in com.contentful.java.cma.model that return CMAType Modifier and Type Method Description CMATypeCMASystem. getLinkType()CMATypeCMASystem. getType()static CMATypeCMAType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CMAType[]CMAType. 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 CMAType Modifier and Type Method Description CMASystemCMASystem. setLinkType(CMAType linkType)Set the type of this link.CMASystemCMASystem. setType(CMAType type)Update this type.Constructors in com.contentful.java.cma.model with parameters of type CMAType Constructor Description CMALink(CMAType linkedType)Create a fully specified link, with type and linkedType.CMAResource(CMAType type)CMAScheduledAction(CMAType type)CMAUsage(CMAType type)
-