Class ListConfigurationsResponse
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v1.model.ListConfigurationsResponse
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ListConfigurationsResponse
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Object containing an array of available configurations.
-
Constructor Summary
Constructors Constructor Description ListConfigurationsResponse()
-
Method Summary
Modifier and Type Method Description List<Configuration>
getConfigurations()
Gets the configurations.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
ListConfigurationsResponse
public ListConfigurationsResponse()
-
-
Method Details
-
getConfigurations
Gets the configurations.An array of configurations that are available for the service instance.
- Returns:
- the configurations
-