@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-11-13T15:26:43.813+01:00[Europe/Prague]") public class SharePermissionInputBean extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SharePermissionInputBean.TypeEnum
The type of the share permission.Specify the type as follows: * `user` Share with a user
|
| Constructor and Description |
|---|
SharePermissionInputBean() |
| Modifier and Type | Method and Description |
|---|---|
SharePermissionInputBean |
accountId(String accountId) |
boolean |
equals(Object o) |
String |
getAccountId()
The user account ID that the filter is shared with.
|
String |
getGroupId()
The ID of the group, which uniquely identifies the group across all Atlassian products.For example, *952d12c3-5b5b-4d04-bb32-44d383afc4b2*.
|
String |
getGroupname()
The name of the group to share the filter with.
|
String |
getProjectId()
The ID of the project to share the filter with.
|
String |
getProjectRoleId()
The ID of the project role to share the filter with.
|
Integer |
getRights()
The rights for the share permission.
|
SharePermissionInputBean.TypeEnum |
getType()
The type of the share permission.Specify the type as follows: * `user` Share with a user
|
SharePermissionInputBean |
groupId(String groupId) |
SharePermissionInputBean |
groupname(String groupname) |
int |
hashCode() |
SharePermissionInputBean |
projectId(String projectId) |
SharePermissionInputBean |
projectRoleId(String projectRoleId) |
SharePermissionInputBean |
rights(Integer rights) |
void |
setAccountId(String accountId) |
void |
setGroupId(String groupId) |
void |
setGroupname(String groupname) |
void |
setProjectId(String projectId) |
void |
setProjectRoleId(String projectRoleId) |
void |
setRights(Integer rights) |
void |
setType(SharePermissionInputBean.TypeEnum type) |
String |
toString() |
SharePermissionInputBean |
type(SharePermissionInputBean.TypeEnum type) |
public SharePermissionInputBean accountId(String accountId)
public String getAccountId()
public void setAccountId(String accountId)
public SharePermissionInputBean groupId(String groupId)
public String getGroupId()
public void setGroupId(String groupId)
public SharePermissionInputBean groupname(String groupname)
public String getGroupname()
public void setGroupname(String groupname)
public SharePermissionInputBean projectId(String projectId)
public String getProjectId()
public void setProjectId(String projectId)
public SharePermissionInputBean projectRoleId(String projectRoleId)
public String getProjectRoleId()
public void setProjectRoleId(String projectRoleId)
public SharePermissionInputBean rights(Integer rights)
public Integer getRights()
public void setRights(Integer rights)
public SharePermissionInputBean type(SharePermissionInputBean.TypeEnum type)
public SharePermissionInputBean.TypeEnum getType()
public void setType(SharePermissionInputBean.TypeEnum type)
Copyright © 2011–2023 Everit Kft.. All rights reserved.