public class CreateProjectOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
CreateProjectOptions.Builder
Builder.
|
static interface |
CreateProjectOptions.Type
The project type of this project.
|
Modifier and Type | Method and Description |
---|---|
DefaultQueryParams |
defaultQueryParameters()
Gets the defaultQueryParameters.
|
String |
name()
Gets the name.
|
CreateProjectOptions.Builder |
newBuilder()
New builder.
|
String |
type()
Gets the type.
|
public CreateProjectOptions.Builder newBuilder()
public String name()
The human readable name of this project.
public String type()
The project type of this project.
public DefaultQueryParams defaultQueryParameters()
Default query parameters for this project.
Copyright © 2021 IBM Cloud. All rights reserved.