Package org.bedework.calfacade.svc
Class SharingReplyResult
java.lang.Object
org.bedework.calfacade.svc.SharingReplyResult
User: mike Date: 3/9/21 Time: 13:12
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SharingReplyResultbooleangetOk()org.bedework.caldav.util.sharing.SharedAsTypestatic SharingReplyResult
-
Constructor Details
-
SharingReplyResult
public SharingReplyResult()
-
-
Method Details
-
failed
- Parameters:
msg- reason- Returns:
- a failure result
-
success
- Parameters:
href- display name for new sharee- Returns:
- a successful result
-
getOk
public boolean getOk()- Returns:
- the ok flag
-
getFailMsg
- Returns:
- the failure msg
-