Uses of Class
sh.ory.model.JsonPatch.OpEnum
| Package | Description |
|---|---|
| sh.ory.model |
-
Uses of JsonPatch.OpEnum in sh.ory.model
Methods in sh.ory.model that return JsonPatch.OpEnum Modifier and Type Method Description static JsonPatch.OpEnumJsonPatch.OpEnum. fromValue(String value)JsonPatch.OpEnumJsonPatch. getOp()The JSON Patch operationJsonPatch.OpEnumJsonPatch.OpEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static JsonPatch.OpEnumJsonPatch.OpEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static JsonPatch.OpEnum[]JsonPatch.OpEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in sh.ory.model with parameters of type JsonPatch.OpEnum Modifier and Type Method Description JsonPatchJsonPatch. op(JsonPatch.OpEnum op)voidJsonPatch. setOp(JsonPatch.OpEnum op)voidJsonPatch.OpEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, JsonPatch.OpEnum enumeration)