Package org.bedework.calfacade.svc
Class SubscribeResult
java.lang.Object
org.bedework.calfacade.svc.SubscribeResult
User: mike Date: 3/9/21 Time: 13:15
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPath()Path to aliasbooleanTrue if user was already subscribedvoidsetAlreadySubscribed(boolean val) void
-
Constructor Details
-
SubscribeResult
public SubscribeResult()
-
-
Method Details
-
getPath
Path to alias -
setPath
-
isAlreadySubscribed
public boolean isAlreadySubscribed()True if user was already subscribed -
setAlreadySubscribed
public void setAlreadySubscribed(boolean val)
-