-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum BranchContentSchemaCreated by sojanpr on 7/7/17. Enumerations for BranchContentSchema. This enumearates all content schemas supported by Branch
-
-
Enum Constant Summary
-
Method Summary
Modifier and Type Method Description static BranchContentSchemagetValue(String name)static Array<BranchContentSchema>values()static BranchContentSchemavalueOf(String name)-
-
Method Detail
-
getValue
static BranchContentSchema getValue(String name)
-
values
static Array<BranchContentSchema> values()
-
valueOf
static BranchContentSchema valueOf(String name)
-
-
-
-