Class CreateProjectOptions
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v2.model.CreateProjectOptions
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CreateProjectOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The createProject options.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateProjectOptions.BuilderBuilder.static interfaceCreateProjectOptions.TypeThe project type of this project. -
Method Summary
Modifier and Type Method Description DefaultQueryParamsdefaultQueryParameters()Gets the defaultQueryParameters.Stringname()Gets the name.CreateProjectOptions.BuildernewBuilder()New builder.Stringtype()Gets the type.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a CreateProjectOptions builder
-
name
Gets the name.The human readable name of this project.
- Returns:
- the name
-
type
Gets the type.The project type of this project.
- Returns:
- the type
-
defaultQueryParameters
Gets the defaultQueryParameters.Default query parameters for this project.
- Returns:
- the defaultQueryParameters
-