public class EnvironmentReference
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
EnvironmentReference.Builder
Builder.
|
static interface |
EnvironmentReference.Environment
The type of the environment.
|
Modifier and Type | Method and Description |
---|---|
String |
environment()
Gets the environment.
|
String |
environmentId()
Gets the environmentId.
|
String |
name()
Gets the name.
|
EnvironmentReference.Builder |
newBuilder()
New builder.
|
public EnvironmentReference.Builder newBuilder()
public String name()
The name of the environment.
public String environmentId()
The unique identifier of the environment.
public String environment()
The type of the environment. All environments other than the draft and live environments have the type `staging`.
Copyright © 2024 IBM Cloud. All rights reserved.