@Deprecated public static enum KakaoStoryPostParamBuilder.PERMISSION extends Enum<KakaoStoryPostParamBuilder.PERMISSION>
Enum Constant and Description |
---|
FRIENDS
Deprecated.
친구 공개
|
PUBLIC
Deprecated.
전체 공개
|
Modifier and Type | Method and Description |
---|---|
static KakaoStoryPostParamBuilder.PERMISSION |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static KakaoStoryPostParamBuilder.PERMISSION[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KakaoStoryPostParamBuilder.PERMISSION PUBLIC
public static final KakaoStoryPostParamBuilder.PERMISSION FRIENDS
public static KakaoStoryPostParamBuilder.PERMISSION[] values()
for (KakaoStoryPostParamBuilder.PERMISSION c : KakaoStoryPostParamBuilder.PERMISSION.values()) System.out.println(c);
public static KakaoStoryPostParamBuilder.PERMISSION 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 © 2014 Kakao Corp. All rights reserved.