-
- All Implemented Interfaces:
public final class UnfollowParamsA class that defines parameters to unfollow a Feed.
-
-
Field Summary
Fields Modifier and Type Field Description private FeedIDtargetFeedIDprivate BooleankeepHistory
-
Constructor Summary
Constructors Constructor Description UnfollowParams()
-
Method Summary
Modifier and Type Method Description final FeedIDgetTargetFeedID()final UnitsetTargetFeedID(FeedID targetFeedID)final BooleangetKeepHistory()final UnitsetKeepHistory(Boolean keepHistory)-
-
Method Detail
-
getTargetFeedID
final FeedID getTargetFeedID()
-
setTargetFeedID
final Unit setTargetFeedID(FeedID targetFeedID)
-
getKeepHistory
final Boolean getKeepHistory()
-
setKeepHistory
final Unit setKeepHistory(Boolean keepHistory)
-
-
-
-