Uses of Enum
com.okta.sdk.resource.model.PatchAction
Packages that use PatchAction
-
Uses of PatchAction in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return PatchActionModifier and TypeMethodDescriptionstatic PatchAction
JsonPatchOperation.getOp()
Get opstatic PatchAction
Returns the enum constant of this type with the specified name.static PatchAction[]
PatchAction.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource.model with parameters of type PatchActionModifier and TypeMethodDescriptionJsonPatchOperation.op
(PatchAction op) void
JsonPatchOperation.setOp
(PatchAction op)