Freigeben über


ProfileResourceState Klasse

public final class ProfileResourceState
extends ExpandableStringEnum<ProfileResourceState>

Ressourcen status des Profils.

Feldzusammenfassung

Modifizierer und Typ Feld und Beschreibung
static final ProfileResourceState ABORTING_MIGRATION

Statischer Wert Abbruch derMigration für den Profilressourcenstatus.

static final ProfileResourceState ACTIVE

Statischer Wert Aktiv für den Profilressourcenstatus.

static final ProfileResourceState COMMITTING_MIGRATION

Statischer Wert Commitmigration for ProfileResourceState.

static final ProfileResourceState CREATING

Statischer Wert Erstellen für den Profilressourcenstatus.

static final ProfileResourceState DELETING

Statischer Wert Wird für den Profilressourcenstatusgelöscht.

static final ProfileResourceState DISABLED

Statischer Wert Deaktiviert für den Profilressourcenstatus.

static final ProfileResourceState MIGRATED

Statischer Wert für den Status der Profilressourcemigriert.

static final ProfileResourceState MIGRATING

Statischer Wert Migrieren für den Profilressourcenstatus.

static final ProfileResourceState PENDING_MIGRATION_COMMIT

Statischer Wert AusstehenderMigrationscommitfür den Profilressourcenstatus.

Zusammenfassung zum Konstruktor

Konstruktor Beschreibung
ProfileResourceState()

Als veraltet markiert

Verwenden Sie die fromString(String name) Factory-Methode.

Erstellt eine neue instance des Profilressourcenstatuswerts.

Methodenzusammenfassung

Modifizierer und Typ Methode und Beschreibung
static ProfileResourceState fromString(String name)

Erstellt oder sucht einen Profilressourcenstatusaus seiner Zeichenfolgendarstellung.

static Collection<ProfileResourceState> values()

Ruft bekannte Werte für den Profilressourcenstatusab.

Geerbte Methoden von ExpandableStringEnum

Geerbte Methoden von java.lang.Object

Felddetails

ABORTING_MIGRATION

public static final ProfileResourceState ABORTING_MIGRATION

Statischer Wert AbortingMigration für ProfileResourceState.

ACTIVE

public static final ProfileResourceState ACTIVE

Statischer Wert Active für ProfileResourceState.

COMMITTING_MIGRATION

public static final ProfileResourceState COMMITTING_MIGRATION

Statischer Wert CommitMigration für ProfileResourceState.

CREATING

public static final ProfileResourceState CREATING

Statischer Wert Creating for ProfileResourceState.

DELETING

public static final ProfileResourceState DELETING

Statischer Wert Wird für ProfileResourceState gelöscht.

DISABLED

public static final ProfileResourceState DISABLED

Statischer Wert Deaktiviert für ProfileResourceState.

MIGRATED

public static final ProfileResourceState MIGRATED

Statischer Wert Migriert für ProfileResourceState.

MIGRATING

public static final ProfileResourceState MIGRATING

Statischer Wert Migrieren für ProfileResourceState.

PENDING_MIGRATION_COMMIT

public static final ProfileResourceState PENDING_MIGRATION_COMMIT

Statischer Wert PendingMigrationCommit für ProfileResourceState.

Details zum Konstruktor

ProfileResourceState

@Deprecated
public ProfileResourceState()

Als veraltet markiert

Verwenden Sie die fromString(String name) Factory-Methode.

Erstellt eine neue instance des ProfileResourceState-Werts.

Details zur Methode

fromString

public static ProfileResourceState fromString(String name)

Erstellt oder sucht ein ProfileResourceState aus seiner Zeichenfolgendarstellung.

Parameters:

name - einen Namen, nach dem gesucht werden soll.

Returns:

den entsprechenden ProfileResourceState-Wert.

values

public static Collection values()

Ruft bekannte ProfileResourceState-Werte ab.

Returns:

bekannte ProfileResourceState-Werte.

Gilt für: