@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2021-03-12T11:46:32.800+05:30") public class UpdateList extends Object
| Constructor and Description |
|---|
UpdateList() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
UpdateList |
folderId(Long folderId) |
Long |
getFolderId()
Id of the folder in which the list is to be moved.
|
String |
getName()
Name of the list.
|
int |
hashCode() |
UpdateList |
name(String name) |
void |
setFolderId(Long folderId) |
void |
setName(String name) |
String |
toString() |
public UpdateList name(String name)
public String getName()
public void setName(String name)
public UpdateList folderId(Long folderId)
public Long getFolderId()
public void setFolderId(Long folderId)
Copyright © 2021. All rights reserved.