public static enum BulkEditShareableEntityResponse.ActionEnum extends Enum<BulkEditShareableEntityResponse.ActionEnum>
| Enum Constant and Description |
|---|
ADDPERMISSION |
CHANGEOWNER |
CHANGEPERMISSION |
REMOVEPERMISSION |
| Modifier and Type | Method and Description |
|---|---|
static BulkEditShareableEntityResponse.ActionEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static BulkEditShareableEntityResponse.ActionEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BulkEditShareableEntityResponse.ActionEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BulkEditShareableEntityResponse.ActionEnum CHANGEOWNER
public static final BulkEditShareableEntityResponse.ActionEnum CHANGEPERMISSION
public static final BulkEditShareableEntityResponse.ActionEnum ADDPERMISSION
public static final BulkEditShareableEntityResponse.ActionEnum REMOVEPERMISSION
public static BulkEditShareableEntityResponse.ActionEnum[] values()
for (BulkEditShareableEntityResponse.ActionEnum c : BulkEditShareableEntityResponse.ActionEnum.values()) System.out.println(c);
public static BulkEditShareableEntityResponse.ActionEnum 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 nullpublic String getValue()
public String toString()
toString in class Enum<BulkEditShareableEntityResponse.ActionEnum>public static BulkEditShareableEntityResponse.ActionEnum fromValue(String value)
Copyright © 2011–2023 Everit Kft.. All rights reserved.