Uses of Class
com.ibm.cloud.platform_services.catalog_management.v1.model.JsonPatchOperation
-
Packages that use JsonPatchOperation Package Description com.ibm.cloud.platform_services.catalog_management.v1.model -
-
Uses of JsonPatchOperation in com.ibm.cloud.platform_services.catalog_management.v1.model
Methods in com.ibm.cloud.platform_services.catalog_management.v1.model that return JsonPatchOperation Modifier and Type Method Description JsonPatchOperationJsonPatchOperation.Builder. build()Builds a JsonPatchOperation.Methods in com.ibm.cloud.platform_services.catalog_management.v1.model that return types with arguments of type JsonPatchOperation Modifier and Type Method Description java.util.List<JsonPatchOperation>UpdateOfferingOptions. updates()Gets the updates.Methods in com.ibm.cloud.platform_services.catalog_management.v1.model with parameters of type JsonPatchOperation Modifier and Type Method Description UpdateOfferingOptions.BuilderUpdateOfferingOptions.Builder. addUpdates(JsonPatchOperation updates)Adds an updates to updates.Method parameters in com.ibm.cloud.platform_services.catalog_management.v1.model with type arguments of type JsonPatchOperation Modifier and Type Method Description UpdateOfferingOptions.BuilderUpdateOfferingOptions.Builder. updates(java.util.List<JsonPatchOperation> updates)Set the updates.
-