Class DeleteCredentialsOptions
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v1.model.DeleteCredentialsOptions
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DeleteCredentialsOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The deleteCredentials options.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DeleteCredentialsOptions.Builder
Builder. -
Method Summary
Modifier and Type Method Description String
credentialId()
Gets the credentialId.String
environmentId()
Gets the environmentId.DeleteCredentialsOptions.Builder
newBuilder()
New builder.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a DeleteCredentialsOptions builder
-
environmentId
Gets the environmentId.The ID of the environment.
- Returns:
- the environmentId
-
credentialId
Gets the credentialId.The unique identifier for a set of source credentials.
- Returns:
- the credentialId
-