Class ListConfigurationsOptions
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v1.model.ListConfigurationsOptions
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ListConfigurationsOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The listConfigurations options.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ListConfigurationsOptions.Builder
Builder. -
Method Summary
Modifier and Type Method Description String
environmentId()
Gets the environmentId.String
name()
Gets the name.ListConfigurationsOptions.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 ListConfigurationsOptions builder
-
environmentId
Gets the environmentId.The ID of the environment.
- Returns:
- the environmentId
-
name
Gets the name.Find configurations with the given name.
- Returns:
- the name
-