Class CredentialsList
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v1.model.CredentialsList
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CredentialsList
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Object containing array of credential definitions.
-
Constructor Summary
Constructors Constructor Description CredentialsList()
-
Method Summary
Modifier and Type Method Description List<Credentials>
getCredentials()
Gets the credentials.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
CredentialsList
public CredentialsList()
-
-
Method Details
-
getCredentials
Gets the credentials.An array of credential definitions that were created for this instance.
- Returns:
- the credentials
-