@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-10-28T14:12:40.546+01:00[Europe/Prague]") public class SharePermission extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SharePermission.TypeEnum
The type of share permission: * `group` Shared with a group.
|
| Constructor and Description |
|---|
SharePermission() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
GroupName |
getGroup()
The group that the filter is shared with.
|
Long |
getId()
The unique identifier of the share permission.
|
Project |
getProject()
The project that the filter is shared with.
|
ProjectRole |
getRole()
The project role that the filter is shared with.
|
SharePermission.TypeEnum |
getType()
The type of share permission: * `group` Shared with a group.
|
SharePermission |
group(GroupName group) |
int |
hashCode() |
SharePermission |
project(Project project) |
SharePermission |
role(ProjectRole role) |
void |
setGroup(GroupName group) |
void |
setProject(Project project) |
void |
setRole(ProjectRole role) |
void |
setType(SharePermission.TypeEnum type) |
String |
toString() |
SharePermission |
type(SharePermission.TypeEnum type) |
public Long getId()
public SharePermission type(SharePermission.TypeEnum type)
public SharePermission.TypeEnum getType()
public void setType(SharePermission.TypeEnum type)
public SharePermission project(Project project)
public Project getProject()
public void setProject(Project project)
public SharePermission role(ProjectRole role)
public ProjectRole getRole()
public void setRole(ProjectRole role)
public SharePermission group(GroupName group)
public GroupName getGroup()
public void setGroup(GroupName group)
Copyright © 2011–2021 Everit Kft.. All rights reserved.