@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-05-14T19:12:52.919Z") public class Category extends Object
| Constructor and Description |
|---|
Category() |
| Modifier and Type | Method and Description |
|---|---|
Category |
addChildrenItem(Long childrenItem) |
Category |
children(List<Long> children) |
boolean |
equals(Object o) |
List<Long> |
getChildren()
List of sub-categories identifiers (if any exist)
|
Long |
getId()
Category identifier.<br/><br/>NOTE: Do NOT assume that the identifiers of the global finAPI categories are the same across different finAPI environments.
|
String |
getName()
Category name
|
Long |
getParentId()
Identifier of the parent category (if a parent category exists)
|
String |
getParentName()
Name of the parent category (if a parent category exists)
|
int |
hashCode() |
Category |
id(Long id) |
Category |
isCustom(Boolean isCustom) |
Boolean |
isIsCustom()
Whether the category is a finAPI global category (in which case this field will be false), or the category was created by a user (in which case this field will be true)
|
Category |
name(String name) |
Category |
parentId(Long parentId) |
Category |
parentName(String parentName) |
void |
setChildren(List<Long> children) |
void |
setId(Long id) |
void |
setIsCustom(Boolean isCustom) |
void |
setName(String name) |
void |
setParentId(Long parentId) |
void |
setParentName(String parentName) |
String |
toString() |
public Long getId()
public void setId(Long id)
public String getName()
public void setName(String name)
public Long getParentId()
public void setParentId(Long parentId)
public String getParentName()
public void setParentName(String parentName)
public Boolean isIsCustom()
public void setIsCustom(Boolean isCustom)
public List<Long> getChildren()
Copyright © 2018. All rights reserved.