public enum GroupUri extends Enum<GroupUri>
| Enum Constant and Description |
|---|
AllUsers |
AuthenticatedUsers |
LogDelivery |
| Modifier and Type | Method and Description |
|---|---|
String |
getGroupUri() |
static GroupUri |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GroupUri[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GroupUri AllUsers
public static final GroupUri AuthenticatedUsers
public static final GroupUri LogDelivery
public static GroupUri[] values()
for (GroupUri c : GroupUri.values()) System.out.println(c);
public static GroupUri 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 getGroupUri()
Copyright © 2021 MuleSoft, Inc.. All rights reserved.