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