public static enum APIDTO.VisibilityEnum extends Enum<APIDTO.VisibilityEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
APIDTO.VisibilityEnum.Adapter |
| Enum Constant and Description |
|---|
PRIVATE |
PUBLIC |
RESTRICTED |
| Modifier and Type | Method and Description |
|---|---|
static APIDTO.VisibilityEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static APIDTO.VisibilityEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static APIDTO.VisibilityEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final APIDTO.VisibilityEnum PUBLIC
public static final APIDTO.VisibilityEnum PRIVATE
public static final APIDTO.VisibilityEnum RESTRICTED
public static APIDTO.VisibilityEnum[] values()
for (APIDTO.VisibilityEnum c : APIDTO.VisibilityEnum.values()) System.out.println(c);
public static APIDTO.VisibilityEnum 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<APIDTO.VisibilityEnum>public static APIDTO.VisibilityEnum fromValue(String text)
Copyright © 2020 WSO2 Inc. All rights reserved.