Class DeleteCredentials
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v1.model.DeleteCredentials
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DeleteCredentials
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Object returned after credentials are deleted.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
DeleteCredentials.Status
The status of the deletion request. -
Constructor Summary
Constructors Constructor Description DeleteCredentials()
-
Method Summary
Modifier and Type Method Description String
getCredentialId()
Gets the credentialId.String
getStatus()
Gets the status.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
DeleteCredentials
public DeleteCredentials()
-
-
Method Details
-
getCredentialId
Gets the credentialId.The unique identifier of the credentials that have been deleted.
- Returns:
- the credentialId
-
getStatus
Gets the status.The status of the deletion request.
- Returns:
- the status
-