com.restfb.types
Class Post.Privacy

java.lang.Object
  extended by com.restfb.types.Post.Privacy
All Implemented Interfaces:
Serializable
Enclosing class:
Post

public static class Post.Privacy
extends Object
implements Serializable

Represents the Privacy Graph API type.

Since:
1.5
Author:
Mark Allen
See Also:
Serialized Form

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

Post.Privacy

public Post.Privacy()
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object
See Also:
Object.hashCode()

equals

public boolean equals(Object that)
Overrides:
equals in class Object
See Also:
Object.equals(java.lang.Object)

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()

getValue

public String getValue()
The description of the privacy value.

Returns:
The description of the privacy value.

getDescription

public String getDescription()
The privacy description.

Returns:
The privacy description.

getFriends

public String getFriends()
The privacy friends restriction.

Returns:
The privacy friends restriction.

getNetworks

public String getNetworks()
The privacy networks restriction.

Returns:
The privacy networks restriction.

getDeny

public String getDeny()
The privacy "deny" restriction.

Returns:
The privacy "deny" restriction.


RestFB 1.6.8. Copyright © 2010-2011 Mark Allen. All Rights Reserved.