Uses of Class
biscuit.format.schema.Schema.Op.ContentCase
-
Packages that use Schema.Op.ContentCase Package Description biscuit.format.schema -
-
Uses of Schema.Op.ContentCase in biscuit.format.schema
Methods in biscuit.format.schema that return Schema.Op.ContentCase Modifier and Type Method Description static Schema.Op.ContentCaseSchema.Op.ContentCase. forNumber(int value)Schema.Op.ContentCaseSchema.Op.Builder. getContentCase()Schema.Op.ContentCaseSchema.Op. getContentCase()Schema.Op.ContentCaseSchema.OpOrBuilder. getContentCase()static Schema.Op.ContentCaseSchema.Op.ContentCase. valueOf(int value)Deprecated.static Schema.Op.ContentCaseSchema.Op.ContentCase. valueOf(String name)Returns the enum constant of this type with the specified name.static Schema.Op.ContentCase[]Schema.Op.ContentCase. values()Returns an array containing the constants of this enum type, in the order they are declared.
-