Dela via


PartnerTopicActivationState Class

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum
      • com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PartnerTopicActivationState

public final class PartnerTopicActivationState
extends com.microsoft.rest.ExpandableStringEnum<PartnerTopicActivationState>

Defines values for PartnerTopicActivationState.

Field Summary

Modifier and Type Field and Description
static final PartnerTopicActivationState ACTIVATED

Static value Activated for PartnerTopicActivationState.

static final PartnerTopicActivationState DEACTIVATED

Static value Deactivated for PartnerTopicActivationState.

static final PartnerTopicActivationState NEVER_ACTIVATED

Static value NeverActivated for PartnerTopicActivationState.

Constructor Summary

Constructor Description
PartnerTopicActivationState()

Method Summary

Modifier and Type Method and Description
static PartnerTopicActivationState fromString(String name)

Creates or finds a PartnerTopicActivationState from its string representation.

static java.util.Collection<PartnerTopicActivationState> values()

Methods inherited from com.microsoft.rest.ExpandableStringEnum

com.microsoft.rest.ExpandableStringEnum.<T>fromString com.microsoft.rest.ExpandableStringEnum.<T>values com.microsoft.rest.ExpandableStringEnum.equals com.microsoft.rest.ExpandableStringEnum.hashCode com.microsoft.rest.ExpandableStringEnum.toString com.microsoft.rest.ExpandableStringEnum.withNameValue

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Field Details

ACTIVATED

public static final PartnerTopicActivationState ACTIVATED

Static value Activated for PartnerTopicActivationState.

DEACTIVATED

public static final PartnerTopicActivationState DEACTIVATED

Static value Deactivated for PartnerTopicActivationState.

NEVER_ACTIVATED

public static final PartnerTopicActivationState NEVER_ACTIVATED

Static value NeverActivated for PartnerTopicActivationState.

Constructor Details

PartnerTopicActivationState

public PartnerTopicActivationState()

Method Details

fromString

public static PartnerTopicActivationState fromString(String name)

Creates or finds a PartnerTopicActivationState from its string representation.

Parameters:

name - a name to look for

Returns:

the corresponding PartnerTopicActivationState

values

public static Collection<PartnerTopicActivationState> values()

Returns:

known PartnerTopicActivationState values

Applies to