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