@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2021-03-12T11:46:32.800+05:30") public class RequestContactImportNewList extends Object
| Constructor and Description |
|---|
RequestContactImportNewList() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
RequestContactImportNewList |
folderId(Long folderId) |
Long |
getFolderId()
Id of the folder where this new list shall be created (Mandatory if listName is not empty).
|
String |
getListName()
List with listName will be created first and users will be imported in it (Mandatory if listIds is empty).
|
int |
hashCode() |
RequestContactImportNewList |
listName(String listName) |
void |
setFolderId(Long folderId) |
void |
setListName(String listName) |
String |
toString() |
public RequestContactImportNewList listName(String listName)
public String getListName()
public void setListName(String listName)
public RequestContactImportNewList folderId(Long folderId)
public Long getFolderId()
public void setFolderId(Long folderId)
Copyright © 2021. All rights reserved.