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
EXCLUDE_PREFIX, ORDER_UNKNOWN, OVERLAY_PREFIX
 
Method Summary
 String getSubscription()
          Get the review subscription.
 void setSubscription(String subscription)
          Set the review subscription.
 
Methods inherited from interface com.perforce.p4java.core.IMapEntry
getLeft, getLeft, getOrder, getRight, getRight, getType, setLeft, setOrder, setRight, setType, toString, toString
 

Method Detail

getSubscription

String getSubscription()
Get the review subscription.


setSubscription

void setSubscription(String subscription)
Set the review subscription.



Copyright © 2015 Perforce Software. All Rights Reserved.