public interface SharePermission
Modifier and Type | Method and Description |
---|---|
Long |
getId()
The identifier of the share.
|
String |
getParam1()
The first parameter of the permission.
|
String |
getParam2()
The second parameter of the permission.
|
default ShareRight |
getRights()
The rights for the permission.
|
ShareType.Name |
getType()
The type of the share (e.g.
|
default boolean |
isEdit()
Checks if share permission has view and edit right.
|
default boolean |
isView()
Checks if share permission has view right.
|
Long getId()
ShareType.Name getType()
String getParam1()
String getParam2()
@ExperimentalApi default ShareRight getRights()
@ExperimentalApi default boolean isView()
@ExperimentalApi default boolean isEdit()
Copyright © 2002-2018 Atlassian. All Rights Reserved.