public class ReleaseSkill
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
ReleaseSkill.Builder
Builder.
|
static interface |
ReleaseSkill.Type
The type of the skill.
|
Modifier and Type | Method and Description |
---|---|
ReleaseSkill.Builder |
newBuilder()
New builder.
|
String |
skillId()
Gets the skillId.
|
String |
snapshot()
Gets the snapshot.
|
String |
type()
Gets the type.
|
public ReleaseSkill.Builder newBuilder()
public String skillId()
The skill ID of the skill.
public String type()
The type of the skill.
public String snapshot()
The name of the skill snapshot that is saved as part of the release (for example, `draft` or `1`).
Copyright © 2024 IBM Cloud. All rights reserved.