public enum AsmRestServicesResultCode extends Enum<AsmRestServicesResultCode>
Enum Constant and Description |
---|
GENERAL_ERROR
A general, not specified error.
|
GROUP_NAME_INVALID |
OK
No error.
|
TENANT_IS_PASSIVE |
TENANT_NOT_FOUND |
USER_CERTIFICATE_DELETION_PROHIBITED |
USER_DELETION_PROHIBITED |
USER_NOT_FOUND |
USERID_INVALID |
Modifier and Type | Method and Description |
---|---|
static AsmRestServicesResultCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AsmRestServicesResultCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AsmRestServicesResultCode OK
public static final AsmRestServicesResultCode GENERAL_ERROR
public static final AsmRestServicesResultCode GROUP_NAME_INVALID
public static final AsmRestServicesResultCode USERID_INVALID
public static final AsmRestServicesResultCode USER_NOT_FOUND
public static final AsmRestServicesResultCode USER_CERTIFICATE_DELETION_PROHIBITED
public static final AsmRestServicesResultCode USER_DELETION_PROHIBITED
public static final AsmRestServicesResultCode TENANT_IS_PASSIVE
public static final AsmRestServicesResultCode TENANT_NOT_FOUND
public static AsmRestServicesResultCode[] values()
for (AsmRestServicesResultCode c : AsmRestServicesResultCode.values()) System.out.println(c);
public static AsmRestServicesResultCode 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 © 2022 KOBIL Systems GmbH. All rights reserved.