Class GetToolByIdOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.continuous_delivery.cd_toolchain.v2.model.GetToolByIdOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetToolByIdOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe getToolById options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetToolByIdOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetToolByIdOptions.BuildernewBuilder()New builder.java.lang.StringtoolchainId()Gets the toolchainId.java.lang.StringtoolId()Gets the toolId.
-
-
-
Method Detail
-
newBuilder
public GetToolByIdOptions.Builder newBuilder()
New builder.- Returns:
- a GetToolByIdOptions 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
-
-