ChannelType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. eventgrid. models. ChannelType
- com.
- com.
public final class ChannelType
extends ExpandableStringEnum<ChannelType>
The type of the event channel which represents the direction flow of events.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Channel |
PARTNER_DESTINATION
Static value Partner |
|
static final
Channel |
PARTNER_TOPIC
Static value Partner |
Constructor Summary
| Constructor | Description |
|---|---|
| ChannelType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Channel |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Channel |
fromString(String name)
Creates or finds a Channel |
|
static
Collection<Channel |
values()
Gets known Channel |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
PARTNER_DESTINATION
public static final ChannelType PARTNER_DESTINATION
Static value PartnerDestination for ChannelType.
PARTNER_TOPIC
public static final ChannelType PARTNER_TOPIC
Static value PartnerTopic for ChannelType.
Constructor Details
ChannelType
@Deprecated
public ChannelType()
Deprecated
Creates a new instance of ChannelType value.
Method Details
fromString
public static ChannelType fromString(String name)
Creates or finds a ChannelType from its string representation.
Parameters:
Returns:
values
public static Collection<ChannelType> values()
Gets known ChannelType values.
Returns: