| Property | Defined by | ||
|---|---|---|---|
| allow : Array
When friends is set to SOME_FRIENDS, specify a comma-separated list of user IDs and friend list IDs that "can" see the post.
| StreamPrivacy | ||
| deny : Array
When friends is set to SOME_FRIENDS, specify a comma-separated list of user IDs and friend list IDs that "cannot" see the post.
| StreamPrivacy | ||
| friends : String
For CUSTOM settings, this indicates which users can see the object.
| StreamPrivacy | ||
| networks : Array
For CUSTOM settings, specify a comma-separated list of network IDs that can see the object, or 1 for all of a user's networks.
| StreamPrivacy | ||
| value : String
The privacy value for the object, specify one of EVERYONE, CUSTOM, ALL_FRIENDS, NETWORKS_FRIENDS, FRIENDS_OF_FRIENDS.
| StreamPrivacy | ||
| Method | Defined by | ||
|---|---|---|---|
| StreamPrivacy | |||
|
toObject():Object
| StreamPrivacy | ||
| allow | property |
public var allow:ArrayWhen friends is set to SOME_FRIENDS, specify a comma-separated list of user IDs and friend list IDs that "can" see the post.
| deny | property |
public var deny:ArrayWhen friends is set to SOME_FRIENDS, specify a comma-separated list of user IDs and friend list IDs that "cannot" see the post.
| friends | property |
public var friends:StringFor CUSTOM settings, this indicates which users can see the object. Can be one of EVERYONE, NETWORKS_FRIENDS (when the object can be seen by networks and friends), FRIENDS_OF_FRIENDS, ALL_FRIENDS, SOME_FRIENDS, SELF, or NO_FRIENDS (when the object can be seen by a network only).
| networks | property |
public var networks:ArrayFor CUSTOM settings, specify a comma-separated list of network IDs that can see the object, or 1 for all of a user's networks.
| value | property |
public var value:StringThe privacy value for the object, specify one of EVERYONE, CUSTOM, ALL_FRIENDS, NETWORKS_FRIENDS, FRIENDS_OF_FRIENDS.
| StreamPrivacy | () | constructor |
public function StreamPrivacy()
| toObject | () | method |
public function toObject():Object
Returns
Object |