|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.restfb.types.Post.Privacy
public static class Post.Privacy
Represents the Privacy Graph API type.
Constructor Summary | |
---|---|
Post.Privacy()
|
Method Summary | |
---|---|
boolean |
equals(Object that)
|
String |
getDeny()
The privacy "deny" restriction. |
String |
getDescription()
The privacy description. |
String |
getFriends()
The privacy friends restriction. |
String |
getNetworks()
The privacy networks restriction. |
String |
getValue()
The description of the privacy value. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Post.Privacy()
Method Detail |
---|
public int hashCode()
hashCode
in class Object
Object.hashCode()
public boolean equals(Object that)
equals
in class Object
Object.equals(java.lang.Object)
public String toString()
toString
in class Object
Object.toString()
public String getValue()
public String getDescription()
public String getFriends()
public String getNetworks()
public String getDeny()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |