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 class
CreateProjectOptions.Builder
Builder.static interface
CreateProjectOptions.Type
The project type of this project. -
Method Summary
Modifier and Type Method Description DefaultQueryParams
defaultQueryParameters()
Gets the defaultQueryParameters.String
name()
Gets the name.CreateProjectOptions.Builder
newBuilder()
New builder.String
type()
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
-