Package org.syncany.operations.init
Class GenlinkOperationResult
- java.lang.Object
-
- org.syncany.operations.init.GenlinkOperationResult
-
- All Implemented Interfaces:
OperationResult
public class GenlinkOperationResult extends java.lang.Object implements OperationResult
-
-
Constructor Summary
Constructors Constructor Description GenlinkOperationResult()
GenlinkOperationResult(java.lang.String shareLink, boolean shareLinkEncrypted)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getShareLink()
boolean
isShareLinkEncrypted()
-
-
-
Constructor Detail
-
GenlinkOperationResult
public GenlinkOperationResult()
-
GenlinkOperationResult
public GenlinkOperationResult(java.lang.String shareLink, boolean shareLinkEncrypted)
-
-
Method Detail
-
getShareLink
public java.lang.String getShareLink()
-
isShareLinkEncrypted
public boolean isShareLinkEncrypted()
-
-