Package com.perforce.p4java.core
Interface IReviewSubscription
- All Superinterfaces:
IMapEntry
- All Known Implementing Classes:
ReviewSubscription
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
Modifier and TypeMethodDescriptionGet the review subscription.voidsetSubscription(String subscription) Set the review subscription.
-
Method Details
-
getSubscription
String getSubscription()Get the review subscription.- Returns:
- subscription
-
setSubscription
Set the review subscription.- Parameters:
subscription- subscription
-