Class UpdateToolOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.continuous_delivery.cd_toolchain.v2.model.UpdateToolOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class UpdateToolOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe updateTool options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateToolOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateToolOptions.BuildernewBuilder()New builder.java.lang.StringtoolchainId()Gets the toolchainId.java.util.Map<java.lang.String,java.lang.Object>toolchainToolPrototypePatch()Gets the toolchainToolPrototypePatch.java.lang.StringtoolId()Gets the toolId.
-
-
-
Method Detail
-
newBuilder
public UpdateToolOptions.Builder newBuilder()
New builder.- Returns:
- a UpdateToolOptions builder
-
toolchainId
public java.lang.String toolchainId()
Gets the toolchainId. ID of the toolchain.- Returns:
- the toolchainId
-
toolId
public java.lang.String toolId()
Gets the toolId. ID of the tool bound to the toolchain.- Returns:
- the toolId
-
toolchainToolPrototypePatch
public java.util.Map<java.lang.String,java.lang.Object> toolchainToolPrototypePatch()
Gets the toolchainToolPrototypePatch. JSON Merge-Patch content for update_tool.- Returns:
- the toolchainToolPrototypePatch
-
-