@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-11-04T01:02:11.281898+03:00[Europe/Moscow]") public class ProjectAccess extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ProjectAccess.CustomTypeAdapterFactory |
| Modifier and Type | Field and Description |
|---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_MEMBER_ID |
| Constructor and Description |
|---|
ProjectAccess() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static ProjectAccess |
fromJson(String jsonString)
Create an instance of ProjectAccess given an JSON string
|
Long |
getMemberId()
Team member id title.
|
int |
hashCode() |
ProjectAccess |
memberId(Long memberId) |
void |
setMemberId(Long memberId) |
String |
toJson()
Convert an instance of ProjectAccess to an JSON string
|
String |
toString() |
public static final String SERIALIZED_NAME_MEMBER_ID
public ProjectAccess memberId(Long memberId)
public void setMemberId(Long memberId)
public static ProjectAccess fromJson(String jsonString) throws IOException
jsonString - JSON stringIOException - if the JSON string is invalid with respect to ProjectAccesspublic String toJson()
Copyright © 2023. All rights reserved.