public class ExpenseApplicationCreateParams extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_COMPANY_ID |
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_EDITABLE_ON_WEB |
static String |
SERIALIZED_NAME_EXPENSE_APPLICATION_LINES |
static String |
SERIALIZED_NAME_ISSUE_DATE |
static String |
SERIALIZED_NAME_SECTION_ID |
static String |
SERIALIZED_NAME_TAG_IDS |
static String |
SERIALIZED_NAME_TITLE |
| Constructor and Description |
|---|
ExpenseApplicationCreateParams() |
public static final String SERIALIZED_NAME_COMPANY_ID
public static final String SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_EDITABLE_ON_WEB
public static final String SERIALIZED_NAME_EXPENSE_APPLICATION_LINES
public static final String SERIALIZED_NAME_ISSUE_DATE
public static final String SERIALIZED_NAME_SECTION_ID
public static final String SERIALIZED_NAME_TAG_IDS
public static final String SERIALIZED_NAME_TITLE
public ExpenseApplicationCreateParams companyId(Integer companyId)
public Integer getCompanyId()
public void setCompanyId(Integer companyId)
public ExpenseApplicationCreateParams description(String description)
public void setDescription(String description)
public ExpenseApplicationCreateParams editableOnWeb(Boolean editableOnWeb)
@Nullable public Boolean getEditableOnWeb()
public void setEditableOnWeb(Boolean editableOnWeb)
public ExpenseApplicationCreateParams expenseApplicationLines(List<ExpenseApplicationCreateParamsExpenseApplicationLines> expenseApplicationLines)
public ExpenseApplicationCreateParams addExpenseApplicationLinesItem(ExpenseApplicationCreateParamsExpenseApplicationLines expenseApplicationLinesItem)
public List<ExpenseApplicationCreateParamsExpenseApplicationLines> getExpenseApplicationLines()
public void setExpenseApplicationLines(List<ExpenseApplicationCreateParamsExpenseApplicationLines> expenseApplicationLines)
public ExpenseApplicationCreateParams issueDate(String issueDate)
public String getIssueDate()
public void setIssueDate(String issueDate)
public ExpenseApplicationCreateParams sectionId(Integer sectionId)
@Nullable public Integer getSectionId()
public void setSectionId(Integer sectionId)
public ExpenseApplicationCreateParams tagIds(List<Integer> tagIds)
public ExpenseApplicationCreateParams addTagIdsItem(Integer tagIdsItem)
public ExpenseApplicationCreateParams title(String title)
public String getTitle()
public void setTitle(String title)
Copyright © 2020. All rights reserved.