@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-03-29T15:32:30.861Z") public class ListUpdatePayload extends Object
| Constructor and Description |
|---|
ListUpdatePayload() |
| Modifier and Type | Method and Description |
|---|---|
ListUpdatePayload |
allowUnsubscribe(Boolean allowUnsubscribe) |
boolean |
equals(Object o) |
String |
getNewListName()
Name of your list if you want to change it.
|
int |
hashCode() |
Boolean |
isAllowUnsubscribe()
True: Allow unsubscribing from this list.
|
ListUpdatePayload |
newListName(String newListName) |
void |
setAllowUnsubscribe(Boolean allowUnsubscribe) |
void |
setNewListName(String newListName) |
String |
toString() |
public ListUpdatePayload newListName(String newListName)
public String getNewListName()
public void setNewListName(String newListName)
public ListUpdatePayload allowUnsubscribe(Boolean allowUnsubscribe)
public Boolean isAllowUnsubscribe()
public void setAllowUnsubscribe(Boolean allowUnsubscribe)
Copyright © 2019. All rights reserved.