Package | Description |
---|---|
com.oracle.bmc.oda.model | |
com.oracle.bmc.oda.requests |
Modifier and Type | Method and Description |
---|---|
static ChannelType |
ChannelType.create(String key) |
ChannelType |
ChannelSummary.getType()
The Channel type.
|
static ChannelType |
ChannelType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChannelType[] |
ChannelType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ChannelSummary.Builder |
ChannelSummary.Builder.type(ChannelType type)
The Channel type.
|
Constructor and Description |
---|
ChannelSummary(String id,
String name,
String description,
ChannelCategory category,
ChannelType type,
LifecycleState lifecycleState,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ChannelType |
ListChannelsRequest.getType()
List only Channels of this type.
|
Modifier and Type | Method and Description |
---|---|
ListChannelsRequest.Builder |
ListChannelsRequest.Builder.type(ChannelType type)
List only Channels of this type.
|
Copyright © 2016–2024. All rights reserved.