@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-11-13T15:26:43.813+01:00[Europe/Prague]") public class SharePermission extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SharePermission.TypeEnum
The type of share permission: * `user` Shared with a user
|
| 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: * `user` Shared with a user
|
UserBean |
getUser()
The user account ID that the filter is shared with.
|
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) |
void |
setUser(UserBean user) |
String |
toString() |
SharePermission |
type(SharePermission.TypeEnum type) |
SharePermission |
user(UserBean user) |
public SharePermission group(GroupName group)
public GroupName getGroup()
public void setGroup(GroupName group)
public Long getId()
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 type(SharePermission.TypeEnum type)
public SharePermission.TypeEnum getType()
public void setType(SharePermission.TypeEnum type)
public SharePermission user(UserBean user)
public UserBean getUser()
public void setUser(UserBean user)
Copyright © 2011–2023 Everit Kft.. All rights reserved.