Uses of Class
org.openstack4j.openstack.image.v2.domain.PatchOperation
-
Packages that use PatchOperation Package Description org.openstack4j.model.image.v2 org.openstack4j.model.image.v2.builder org.openstack4j.openstack.image.v2.domain -
-
Uses of PatchOperation in org.openstack4j.model.image.v2
Methods in org.openstack4j.model.image.v2 that return types with arguments of type PatchOperation Modifier and Type Method Description List<PatchOperation>ImageUpdate. getOps()A list of Patch operations for updating an image Patch operation description found here: http://specs.openstack.org/openstack/glance-specs/specs/api/v2/http-patch-image-api-v2.html -
Uses of PatchOperation in org.openstack4j.model.image.v2.builder
Methods in org.openstack4j.model.image.v2.builder with parameters of type PatchOperation Modifier and Type Method Description ImageUpdateBuilderImageUpdateBuilder. ops(PatchOperation op)Method parameters in org.openstack4j.model.image.v2.builder with type arguments of type PatchOperation Modifier and Type Method Description ImageUpdateBuilderImageUpdateBuilder. ops(List<PatchOperation> ops) -
Uses of PatchOperation in org.openstack4j.openstack.image.v2.domain
Methods in org.openstack4j.openstack.image.v2.domain that return types with arguments of type PatchOperation Modifier and Type Method Description List<PatchOperation>GlanceImageUpdate. getOps()A list of Patch operations for updating an image Patch operation description found here: http://specs.openstack.org/openstack/glance-specs/specs/api/v2/http-patch-image-api-v2.htmlMethods in org.openstack4j.openstack.image.v2.domain with parameters of type PatchOperation Modifier and Type Method Description ImageUpdateBuilderGlanceImageUpdate.ImageUpdateConcreteBuilder. ops(PatchOperation op)Method parameters in org.openstack4j.openstack.image.v2.domain with type arguments of type PatchOperation Modifier and Type Method Description ImageUpdateBuilderGlanceImageUpdate.ImageUpdateConcreteBuilder. ops(List<PatchOperation> ops)Constructor parameters in org.openstack4j.openstack.image.v2.domain with type arguments of type PatchOperation Constructor Description GlanceImageUpdate(List<PatchOperation> ops)
-