@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen") public class UpdateEntryRequest extends Object
| Constructor and Description |
|---|
UpdateEntryRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateEntryRequest |
autoRename(Boolean autoRename) |
boolean |
equals(Object o) |
String |
getName()
Returns the name that will be assigned to the entry.
|
Integer |
getParentId()
Returns the ID of the parent entry that the entry will be moved to.
|
int |
hashCode() |
Boolean |
isAutoRename()
Returns indicates if the entry should be automatically renamed if an entry already exists with the given name in the folder.
|
UpdateEntryRequest |
name(String name) |
UpdateEntryRequest |
parentId(Integer parentId) |
void |
setAutoRename(Boolean autoRename) |
void |
setName(String name) |
void |
setParentId(Integer parentId) |
String |
toString() |
public UpdateEntryRequest parentId(Integer parentId)
public Integer getParentId()
public void setParentId(Integer parentId)
public UpdateEntryRequest name(String name)
public String getName()
public void setName(String name)
public UpdateEntryRequest autoRename(Boolean autoRename)
public Boolean isAutoRename()
public void setAutoRename(Boolean autoRename)
Copyright © 2025. All rights reserved.