@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-09-03T13:48:26.928+02: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 |
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 |
groupname(String groupname) |
int |
hashCode() |
SharePermissionInputBean |
projectId(String projectId) |
SharePermissionInputBean |
projectRoleId(String projectRoleId) |
SharePermissionInputBean |
rights(Integer rights) |
void |
setAccountId(String accountId) |
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 type(SharePermissionInputBean.TypeEnum type)
public SharePermissionInputBean.TypeEnum getType()
public void setType(SharePermissionInputBean.TypeEnum type)
public SharePermissionInputBean projectId(String projectId)
public String getProjectId()
public void setProjectId(String projectId)
public SharePermissionInputBean groupname(String groupname)
public String getGroupname()
public void setGroupname(String groupname)
public SharePermissionInputBean projectRoleId(String projectRoleId)
public String getProjectRoleId()
public void setProjectRoleId(String projectRoleId)
public SharePermissionInputBean accountId(String accountId)
public String getAccountId()
public void setAccountId(String accountId)
public SharePermissionInputBean rights(Integer rights)
public Integer getRights()
public void setRights(Integer rights)
Copyright © 2011–2021 Everit Kft.. All rights reserved.