@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-05-14T19:12:52.919Z") public class UpdateTransactionsParams extends Object
| Constructor and Description |
|---|
UpdateTransactionsParams() |
| Modifier and Type | Method and Description |
|---|---|
UpdateTransactionsParams |
addLabelIdsItem(Long labelIdsItem) |
UpdateTransactionsParams |
categoryId(Long categoryId) |
boolean |
equals(Object o) |
Long |
getCategoryId()
Identifier of the new category to apply to the transaction.
|
List<Long> |
getLabelIds()
Identifiers of labels to apply to the transaction.
|
int |
hashCode() |
Boolean |
isIsNew()
Whether this transactions should be flagged as 'new' or not.
|
Boolean |
isIsPotentialDuplicate()
You can set this field only to 'false'.
|
UpdateTransactionsParams |
isNew(Boolean isNew) |
UpdateTransactionsParams |
isPotentialDuplicate(Boolean isPotentialDuplicate) |
Boolean |
isTrainCategorization()
This field is only regarded when the field 'categoryId' is set.
|
UpdateTransactionsParams |
labelIds(List<Long> labelIds) |
void |
setCategoryId(Long categoryId) |
void |
setIsNew(Boolean isNew) |
void |
setIsPotentialDuplicate(Boolean isPotentialDuplicate) |
void |
setLabelIds(List<Long> labelIds) |
void |
setTrainCategorization(Boolean trainCategorization) |
String |
toString() |
UpdateTransactionsParams |
trainCategorization(Boolean trainCategorization) |
public UpdateTransactionsParams isNew(Boolean isNew)
public Boolean isIsNew()
public void setIsNew(Boolean isNew)
public UpdateTransactionsParams isPotentialDuplicate(Boolean isPotentialDuplicate)
public Boolean isIsPotentialDuplicate()
public void setIsPotentialDuplicate(Boolean isPotentialDuplicate)
public UpdateTransactionsParams categoryId(Long categoryId)
public Long getCategoryId()
public void setCategoryId(Long categoryId)
public UpdateTransactionsParams trainCategorization(Boolean trainCategorization)
public Boolean isTrainCategorization()
public void setTrainCategorization(Boolean trainCategorization)
public UpdateTransactionsParams labelIds(List<Long> labelIds)
public UpdateTransactionsParams addLabelIdsItem(Long labelIdsItem)
public List<Long> getLabelIds()
Copyright © 2018. All rights reserved.