PublisherType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. eventgrid. models. PublisherType
- com.
- com.
public final class PublisherType
extends ExpandableStringEnum<PublisherType>
Publisher type of the namespace topic.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Publisher |
CUSTOM
Static value Custom for Publisher |
Constructor Summary
| Constructor | Description |
|---|---|
| PublisherType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Publisher |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Publisher |
fromString(String name)
Creates or finds a Publisher |
|
static
Collection<Publisher |
values()
Gets known Publisher |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
CUSTOM
public static final PublisherType CUSTOM
Static value Custom for PublisherType.
Constructor Details
PublisherType
@Deprecated
public PublisherType()
Deprecated
Creates a new instance of PublisherType value.
Method Details
fromString
public static PublisherType fromString(String name)
Creates or finds a PublisherType from its string representation.
Parameters:
Returns:
values
public static Collection<PublisherType> values()
Gets known PublisherType values.
Returns: