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.
  • Method Details

    • newBuilder

      public CreateProjectOptions.Builder newBuilder()
      New builder.
      Returns:
      a CreateProjectOptions builder
    • name

      public String name()
      Gets the name.

      The human readable name of this project.

      Returns:
      the name
    • type

      public String type()
      Gets the type.

      The project type of this project.

      Returns:
      the type
    • defaultQueryParameters

      public DefaultQueryParams defaultQueryParameters()
      Gets the defaultQueryParameters.

      Default query parameters for this project.

      Returns:
      the defaultQueryParameters