public class ApprovalRequestFormParts extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ApprovalRequestFormParts.TypeEnum
項目種別 (title: 申請タイトル, single_line: 自由記述形式 1行, multi_line: 自由記述形式 複数行, select: プルダウン, date: 日付, amount: 金額, receipt: 添付ファイル)
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ANNOTATION |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_LABEL |
static String |
SERIALIZED_NAME_MAX_AMOUNT |
static String |
SERIALIZED_NAME_MIN_AMOUNT |
static String |
SERIALIZED_NAME_ORDER |
static String |
SERIALIZED_NAME_REQUIRED |
static String |
SERIALIZED_NAME_TYPE |
static String |
SERIALIZED_NAME_VALUES |
| Constructor and Description |
|---|
ApprovalRequestFormParts() |
public static final String SERIALIZED_NAME_ANNOTATION
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_LABEL
public static final String SERIALIZED_NAME_MAX_AMOUNT
public static final String SERIALIZED_NAME_MIN_AMOUNT
public static final String SERIALIZED_NAME_ORDER
public static final String SERIALIZED_NAME_REQUIRED
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_VALUES
public ApprovalRequestFormParts annotation(String annotation)
public void setAnnotation(String annotation)
public ApprovalRequestFormParts id(Integer id)
public Integer getId()
public void setId(Integer id)
public ApprovalRequestFormParts label(String label)
public void setLabel(String label)
public ApprovalRequestFormParts maxAmount(Integer maxAmount)
@Nullable public Integer getMaxAmount()
public void setMaxAmount(Integer maxAmount)
public ApprovalRequestFormParts minAmount(Integer minAmount)
@Nullable public Integer getMinAmount()
public void setMinAmount(Integer minAmount)
public ApprovalRequestFormParts order(Integer order)
public void setOrder(Integer order)
public ApprovalRequestFormParts required(Boolean required)
public void setRequired(Boolean required)
public ApprovalRequestFormParts type(ApprovalRequestFormParts.TypeEnum type)
@Nullable public ApprovalRequestFormParts.TypeEnum getType()
public void setType(ApprovalRequestFormParts.TypeEnum type)
public ApprovalRequestFormParts values(List<ApprovalRequestFormValues> values)
public ApprovalRequestFormParts addValuesItem(ApprovalRequestFormValues valuesItem)
@Nullable public List<ApprovalRequestFormValues> getValues()
public void setValues(List<ApprovalRequestFormValues> values)
Copyright © 2020. All rights reserved.