Package com.perforce.p4java.core
Interface IReviewSubscription
-
- All Superinterfaces:
IMapEntry
- All Known Implementing Classes:
ReviewSubscription
public interface IReviewSubscription extends IMapEntry
Defines the view mapping for Perforce user review subscriptions.Perforce user subscriptions are a simple view that uses the left side only, but this is not enforced if the superclass methods are also used.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.perforce.p4java.core.IMapEntry
IMapEntry.EntryType
-
-
Field Summary
-
Fields inherited from interface com.perforce.p4java.core.IMapEntry
ORDER_UNKNOWN
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getSubscription()
Get the review subscription.void
setSubscription(java.lang.String subscription)
Set the review subscription.
-