@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-10-28T14:12:40.546+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: * `group` Share with a group.
|
| Constructor and Description |
|---|
SharePermissionInputBean() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
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.
|
SharePermissionInputBean.TypeEnum |
getType()
The type of the share permission.Specify the type as follows: * `group` Share with a group.
|
SharePermissionInputBean |
groupname(String groupname) |
int |
hashCode() |
SharePermissionInputBean |
projectId(String projectId) |
SharePermissionInputBean |
projectRoleId(String projectRoleId) |
void |
setGroupname(String groupname) |
void |
setProjectId(String projectId) |
void |
setProjectRoleId(String projectRoleId) |
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)
Copyright © 2011–2021 Everit Kft.. All rights reserved.