public static enum BulkNewDeviceRequestRepresentation.BulkNewDeviceStatus extends Enum<BulkNewDeviceRequestRepresentation.BulkNewDeviceStatus>
Enum Constant and Description |
---|
CREATED |
CREDENTIAL_UPDATED |
FAILED |
Modifier and Type | Method and Description |
---|---|
static BulkNewDeviceRequestRepresentation.BulkNewDeviceStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BulkNewDeviceRequestRepresentation.BulkNewDeviceStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BulkNewDeviceRequestRepresentation.BulkNewDeviceStatus CREATED
public static final BulkNewDeviceRequestRepresentation.BulkNewDeviceStatus FAILED
public static final BulkNewDeviceRequestRepresentation.BulkNewDeviceStatus CREDENTIAL_UPDATED
public static BulkNewDeviceRequestRepresentation.BulkNewDeviceStatus[] values()
for (BulkNewDeviceRequestRepresentation.BulkNewDeviceStatus c : BulkNewDeviceRequestRepresentation.BulkNewDeviceStatus.values()) System.out.println(c);
public static BulkNewDeviceRequestRepresentation.BulkNewDeviceStatus valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2020 (C) Cumulocity GmbH. All rights reserved.