Uses of Class
org.openstack4j.openstack.image.v2.domain.PatchOperation.OperationType
-
Packages that use PatchOperation.OperationType Package Description org.openstack4j.openstack.image.v2.domain -
-
Uses of PatchOperation.OperationType in org.openstack4j.openstack.image.v2.domain
Methods in org.openstack4j.openstack.image.v2.domain that return PatchOperation.OperationType Modifier and Type Method Description PatchOperation.OperationTypePatchOperation. getOp()static PatchOperation.OperationTypePatchOperation.OperationType. value(String v)static PatchOperation.OperationTypePatchOperation.OperationType. valueOf(String name)Returns the enum constant of this type with the specified name.static PatchOperation.OperationType[]PatchOperation.OperationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openstack4j.openstack.image.v2.domain with parameters of type PatchOperation.OperationType Modifier and Type Method Description voidPatchOperation. setOp(PatchOperation.OperationType op)Constructors in org.openstack4j.openstack.image.v2.domain with parameters of type PatchOperation.OperationType Constructor Description PatchOperation(PatchOperation.OperationType op, String path)PatchOperation(PatchOperation.OperationType op, String path, Object value)
-