public enum BoundStatements extends Enum<BoundStatements>
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static BoundStatements |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BoundStatements[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BoundStatements DEFAULT
public static final BoundStatements ROLES_GET_BY_ID
public static final BoundStatements ROLES_GET_BY_NAME
public static final BoundStatements ROLES_CREATE
public static final BoundStatements INVITATION_GET_BY_TOKEN
public static final BoundStatements INVITATIONS_GET_BY_ORGANIZATION
public static final BoundStatements INVITATIONS_CREATE
public static final BoundStatements INVITATIONS_DELETE
public static final BoundStatements INVITATIONS_ACCEPT
public static final BoundStatements INVITATIONS_DISPATCH
public static final BoundStatements USER_GET_BY_ID
public static final BoundStatements USER_CREATE
public static final BoundStatements USER_UPDATE
public static final BoundStatements USER_ALL
public static final BoundStatements PERMISSION_GET_BY_ID
public static final BoundStatements PERMISSION_DELETE
public static final BoundStatements PERMISSION_CREATE
public static final BoundStatements PERMISSIONS_GET_BY_OPERATION
public static final BoundStatements OPERATION_GET_BY_NAME
public static final BoundStatements OPERATION_GET_BY_ID
public static final BoundStatements OPERATION_CREATE
public static final BoundStatements RESOURCE_GET_BY_ID
public static final BoundStatements RESOURCE_GET_BY_PERSONA
public static final BoundStatements RESOURCE_TRANSFER
public static final BoundStatements RESOURCE_CREATE
public static final BoundStatements PRR_GET_BY_ID
public static final BoundStatements PRR_GET_BY_RESOURCE
public static final BoundStatements PRR_GET_BY_PERSONA
public static final BoundStatements PRR_REMOVE
public static final BoundStatements PRR_CREATE
public static final BoundStatements ORGANIZATION_GET_BY_ID
public static final BoundStatements ORGANIZATION_GET_BY_NAME
public static final BoundStatements ORGANIZATION_GET_BY_OWNER
public static final BoundStatements ORGANIZATION_REMOVE
public static final BoundStatements ORGANIZATION_CREATE
public static final BoundStatements ORGANIZATION_TRANSFER
public static final BoundStatements MEMBERSHIP_GET_BY_ID
public static final BoundStatements MEMBERSHIP_GET_BY_ORGANIZATION
public static final BoundStatements MEMBERSHIP_GET_BY_PERSONA
public static final BoundStatements MEMBERSHIP_REMOVE
public static final BoundStatements MEMBERSHIP_CREATE
public static final BoundStatements MEMBERSHIP_CHANGE_ROLE
public static final BoundStatements SETTINGS_GET_BY_ID
public static final BoundStatements SETTINGS_GET_BY_USER
public static final BoundStatements SETTINGS_UPDATE
public static final BoundStatements SETTINGS_CREATE
public static BoundStatements[] values()
for (BoundStatements c : BoundStatements.values()) System.out.println(c);
public static BoundStatements 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()
Copyright © 2015 Red Hat, Inc.. All rights reserved.