All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jp.co.freee.accounting.models.ExpenseApplicationUpdateParams Maven / Gradle / Ivy

There is a newer version: 2.29.0
Show newest version
/*
 * freee API
 * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
 *
 * The version of the OpenAPI document: v1.0
 * 
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */


package jp.co.freee.accounting.models;

import java.util.Objects;
import java.util.Arrays;
import com.google.gson.TypeAdapter;
import com.google.gson.annotations.JsonAdapter;
import com.google.gson.annotations.SerializedName;
import com.google.gson.stream.JsonReader;
import com.google.gson.stream.JsonWriter;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import jp.co.freee.accounting.models.ExpenseApplicationUpdateParamsExpenseApplicationLines;

/**
 * ExpenseApplicationUpdateParams
 */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
public class ExpenseApplicationUpdateParams {
  public static final String SERIALIZED_NAME_APPROVAL_FLOW_ROUTE_ID = "approval_flow_route_id";
  @SerializedName(SERIALIZED_NAME_APPROVAL_FLOW_ROUTE_ID)
  private Integer approvalFlowRouteId;

  public static final String SERIALIZED_NAME_APPROVER_ID = "approver_id";
  @SerializedName(SERIALIZED_NAME_APPROVER_ID)
  private Integer approverId;

  public static final String SERIALIZED_NAME_COMPANY_ID = "company_id";
  @SerializedName(SERIALIZED_NAME_COMPANY_ID)
  private Integer companyId;

  public static final String SERIALIZED_NAME_DESCRIPTION = "description";
  @SerializedName(SERIALIZED_NAME_DESCRIPTION)
  private String description;

  public static final String SERIALIZED_NAME_DRAFT = "draft";
  @SerializedName(SERIALIZED_NAME_DRAFT)
  private Boolean draft;

  public static final String SERIALIZED_NAME_EXPENSE_APPLICATION_LINES = "expense_application_lines";
  @SerializedName(SERIALIZED_NAME_EXPENSE_APPLICATION_LINES)
  private List expenseApplicationLines = new ArrayList<>();

  public static final String SERIALIZED_NAME_ISSUE_DATE = "issue_date";
  @SerializedName(SERIALIZED_NAME_ISSUE_DATE)
  private String issueDate;

  public static final String SERIALIZED_NAME_SECTION_ID = "section_id";
  @SerializedName(SERIALIZED_NAME_SECTION_ID)
  private Integer sectionId;

  public static final String SERIALIZED_NAME_SEGMENT1_TAG_ID = "segment_1_tag_id";
  @SerializedName(SERIALIZED_NAME_SEGMENT1_TAG_ID)
  private Long segment1TagId;

  public static final String SERIALIZED_NAME_SEGMENT2_TAG_ID = "segment_2_tag_id";
  @SerializedName(SERIALIZED_NAME_SEGMENT2_TAG_ID)
  private Long segment2TagId;

  public static final String SERIALIZED_NAME_SEGMENT3_TAG_ID = "segment_3_tag_id";
  @SerializedName(SERIALIZED_NAME_SEGMENT3_TAG_ID)
  private Long segment3TagId;

  public static final String SERIALIZED_NAME_TAG_IDS = "tag_ids";
  @SerializedName(SERIALIZED_NAME_TAG_IDS)
  private List tagIds = null;

  public static final String SERIALIZED_NAME_TITLE = "title";
  @SerializedName(SERIALIZED_NAME_TITLE)
  private String title;

  public ExpenseApplicationUpdateParams() { 
  }

  public ExpenseApplicationUpdateParams approvalFlowRouteId(Integer approvalFlowRouteId) {
    
    this.approvalFlowRouteId = approvalFlowRouteId;
    return this;
  }

   /**
   * 申請経路ID<br> <ul>     <li>経費申請のステータスを申請中として作成する場合は、必ず指定してください。</li>     <li>指定する申請経路IDは、申請経路APIを利用して取得してください。</li>     <li>         未指定の場合は、基本経路を設定している事業所では基本経路が、基本経路を設定していない事業所では利用可能な申請経路の中から最初の申請経路が自動的に使用されます。         <ul>           <li>意図しない申請経路を持った経費申請の作成を防ぐために、使用する申請経路IDを指定することを推奨します。</li>         </ul>     </li>     <li>         ベーシックプランの事業所では以下のデフォルトで用意された申請経路のみ指定できます         <ul>         <li>指定なし</li>         <li>承認者を指定</li>         </ul>     </li> </ul> 
   * minimum: 1
   * maximum: 2147483647
   * @return approvalFlowRouteId
  **/
  @javax.annotation.Nullable
  @ApiModelProperty(example = "1", value = "申請経路ID
  • 経費申請のステータスを申請中として作成する場合は、必ず指定してください。
  • 指定する申請経路IDは、申請経路APIを利用して取得してください。
  • 未指定の場合は、基本経路を設定している事業所では基本経路が、基本経路を設定していない事業所では利用可能な申請経路の中から最初の申請経路が自動的に使用されます。
    • 意図しない申請経路を持った経費申請の作成を防ぐために、使用する申請経路IDを指定することを推奨します。
  • ベーシックプランの事業所では以下のデフォルトで用意された申請経路のみ指定できます
    • 指定なし
    • 承認者を指定
") public Integer getApprovalFlowRouteId() { return approvalFlowRouteId; } public void setApprovalFlowRouteId(Integer approvalFlowRouteId) { this.approvalFlowRouteId = approvalFlowRouteId; } public ExpenseApplicationUpdateParams approverId(Integer approverId) { this.approverId = approverId; return this; } /** * 承認者のユーザーID<br> 指定する承認者のユーザーIDは、申請経路APIを利用して取得してください。 * minimum: 1 * maximum: 2147483647 * @return approverId **/ @javax.annotation.Nullable @ApiModelProperty(example = "1", value = "承認者のユーザーID
指定する承認者のユーザーIDは、申請経路APIを利用して取得してください。 ") public Integer getApproverId() { return approverId; } public void setApproverId(Integer approverId) { this.approverId = approverId; } public ExpenseApplicationUpdateParams companyId(Integer companyId) { this.companyId = companyId; return this; } /** * 事業所ID * minimum: 1 * maximum: 2147483647 * @return companyId **/ @javax.annotation.Nonnull @ApiModelProperty(example = "1", required = true, value = "事業所ID") public Integer getCompanyId() { return companyId; } public void setCompanyId(Integer companyId) { this.companyId = companyId; } public ExpenseApplicationUpdateParams description(String description) { this.description = description; return this; } /** * 備考 (10000文字以内) * @return description **/ @javax.annotation.Nullable @ApiModelProperty(example = "◯◯連携先ID: cx12345", value = "備考 (10000文字以内)") public String getDescription() { return description; } public void setDescription(String description) { this.description = description; } public ExpenseApplicationUpdateParams draft(Boolean draft) { this.draft = draft; return this; } /** * 経費申請のステータス<br> falseを指定した時は申請中(in_progress)で経費申請を更新します。<br> trueを指定した時は下書き(draft)で経費申請を更新します。<br> 未指定の時は下書きとみなして経費申請を更新します。 * @return draft **/ @javax.annotation.Nullable @ApiModelProperty(example = "true", value = "経費申請のステータス
falseを指定した時は申請中(in_progress)で経費申請を更新します。
trueを指定した時は下書き(draft)で経費申請を更新します。
未指定の時は下書きとみなして経費申請を更新します。 ") public Boolean getDraft() { return draft; } public void setDraft(Boolean draft) { this.draft = draft; } public ExpenseApplicationUpdateParams expenseApplicationLines(List expenseApplicationLines) { this.expenseApplicationLines = expenseApplicationLines; return this; } public ExpenseApplicationUpdateParams addExpenseApplicationLinesItem(ExpenseApplicationUpdateParamsExpenseApplicationLines expenseApplicationLinesItem) { this.expenseApplicationLines.add(expenseApplicationLinesItem); return this; } /** * Get expenseApplicationLines * @return expenseApplicationLines **/ @javax.annotation.Nonnull @ApiModelProperty(required = true, value = "") public List getExpenseApplicationLines() { return expenseApplicationLines; } public void setExpenseApplicationLines(List expenseApplicationLines) { this.expenseApplicationLines = expenseApplicationLines; } public ExpenseApplicationUpdateParams issueDate(String issueDate) { this.issueDate = issueDate; return this; } /** * 申請日 (yyyy-mm-dd)<br> 指定しない場合は当日の日付が登録されます。 * @return issueDate **/ @javax.annotation.Nullable @ApiModelProperty(example = "2019-12-17", value = "申請日 (yyyy-mm-dd)
指定しない場合は当日の日付が登録されます。 ") public String getIssueDate() { return issueDate; } public void setIssueDate(String issueDate) { this.issueDate = issueDate; } public ExpenseApplicationUpdateParams sectionId(Integer sectionId) { this.sectionId = sectionId; return this; } /** * 部門ID * minimum: 1 * maximum: 2147483647 * @return sectionId **/ @javax.annotation.Nullable @ApiModelProperty(example = "101", value = "部門ID") public Integer getSectionId() { return sectionId; } public void setSectionId(Integer sectionId) { this.sectionId = sectionId; } public ExpenseApplicationUpdateParams segment1TagId(Long segment1TagId) { this.segment1TagId = segment1TagId; return this; } /** * セグメント1ID(法人向けプロフェッショナル, 法人向けエンタープライズプラン)<br> セグメントタグ一覧APIを利用して取得してください。<br> <a href=\"https://support.freee.co.jp/hc/ja/articles/360020679611\" target=\"_blank\">セグメント(分析用タグ)の設定</a><br> * minimum: 1 * maximum: 9223372036854775807 * @return segment1TagId **/ @javax.annotation.Nullable @ApiModelProperty(example = "1", value = "セグメント1ID(法人向けプロフェッショナル, 法人向けエンタープライズプラン)
セグメントタグ一覧APIを利用して取得してください。
セグメント(分析用タグ)の設定
") public Long getSegment1TagId() { return segment1TagId; } public void setSegment1TagId(Long segment1TagId) { this.segment1TagId = segment1TagId; } public ExpenseApplicationUpdateParams segment2TagId(Long segment2TagId) { this.segment2TagId = segment2TagId; return this; } /** * セグメント2ID(法人向け エンタープライズプラン)<br> セグメントタグ一覧APIを利用して取得してください。<br> <a href=\"https://support.freee.co.jp/hc/ja/articles/360020679611\" target=\"_blank\">セグメント(分析用タグ)の設定</a><br> * minimum: 1 * maximum: 9223372036854775807 * @return segment2TagId **/ @javax.annotation.Nullable @ApiModelProperty(example = "2", value = "セグメント2ID(法人向け エンタープライズプラン)
セグメントタグ一覧APIを利用して取得してください。
セグメント(分析用タグ)の設定
") public Long getSegment2TagId() { return segment2TagId; } public void setSegment2TagId(Long segment2TagId) { this.segment2TagId = segment2TagId; } public ExpenseApplicationUpdateParams segment3TagId(Long segment3TagId) { this.segment3TagId = segment3TagId; return this; } /** * セグメント3ID(法人向け エンタープライズプラン)<br> セグメントタグ一覧APIを利用して取得してください。<br> <a href=\"https://support.freee.co.jp/hc/ja/articles/360020679611\" target=\"_blank\">セグメント(分析用タグ)の設定</a><br> * minimum: 1 * maximum: 9223372036854775807 * @return segment3TagId **/ @javax.annotation.Nullable @ApiModelProperty(example = "3", value = "セグメント3ID(法人向け エンタープライズプラン)
セグメントタグ一覧APIを利用して取得してください。
セグメント(分析用タグ)の設定
") public Long getSegment3TagId() { return segment3TagId; } public void setSegment3TagId(Long segment3TagId) { this.segment3TagId = segment3TagId; } public ExpenseApplicationUpdateParams tagIds(List tagIds) { this.tagIds = tagIds; return this; } public ExpenseApplicationUpdateParams addTagIdsItem(Integer tagIdsItem) { if (this.tagIds == null) { this.tagIds = new ArrayList<>(); } this.tagIds.add(tagIdsItem); return this; } /** * メモタグID * @return tagIds **/ @javax.annotation.Nullable @ApiModelProperty(value = "メモタグID") public List getTagIds() { return tagIds; } public void setTagIds(List tagIds) { this.tagIds = tagIds; } public ExpenseApplicationUpdateParams title(String title) { this.title = title; return this; } /** * 申請タイトル (250文字以内) * @return title **/ @javax.annotation.Nonnull @ApiModelProperty(example = "大阪出張", required = true, value = "申請タイトル (250文字以内)") public String getTitle() { return title; } public void setTitle(String title) { this.title = title; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } ExpenseApplicationUpdateParams expenseApplicationUpdateParams = (ExpenseApplicationUpdateParams) o; return Objects.equals(this.approvalFlowRouteId, expenseApplicationUpdateParams.approvalFlowRouteId) && Objects.equals(this.approverId, expenseApplicationUpdateParams.approverId) && Objects.equals(this.companyId, expenseApplicationUpdateParams.companyId) && Objects.equals(this.description, expenseApplicationUpdateParams.description) && Objects.equals(this.draft, expenseApplicationUpdateParams.draft) && Objects.equals(this.expenseApplicationLines, expenseApplicationUpdateParams.expenseApplicationLines) && Objects.equals(this.issueDate, expenseApplicationUpdateParams.issueDate) && Objects.equals(this.sectionId, expenseApplicationUpdateParams.sectionId) && Objects.equals(this.segment1TagId, expenseApplicationUpdateParams.segment1TagId) && Objects.equals(this.segment2TagId, expenseApplicationUpdateParams.segment2TagId) && Objects.equals(this.segment3TagId, expenseApplicationUpdateParams.segment3TagId) && Objects.equals(this.tagIds, expenseApplicationUpdateParams.tagIds) && Objects.equals(this.title, expenseApplicationUpdateParams.title); } @Override public int hashCode() { return Objects.hash(approvalFlowRouteId, approverId, companyId, description, draft, expenseApplicationLines, issueDate, sectionId, segment1TagId, segment2TagId, segment3TagId, tagIds, title); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class ExpenseApplicationUpdateParams {\n"); sb.append(" approvalFlowRouteId: ").append(toIndentedString(approvalFlowRouteId)).append("\n"); sb.append(" approverId: ").append(toIndentedString(approverId)).append("\n"); sb.append(" companyId: ").append(toIndentedString(companyId)).append("\n"); sb.append(" description: ").append(toIndentedString(description)).append("\n"); sb.append(" draft: ").append(toIndentedString(draft)).append("\n"); sb.append(" expenseApplicationLines: ").append(toIndentedString(expenseApplicationLines)).append("\n"); sb.append(" issueDate: ").append(toIndentedString(issueDate)).append("\n"); sb.append(" sectionId: ").append(toIndentedString(sectionId)).append("\n"); sb.append(" segment1TagId: ").append(toIndentedString(segment1TagId)).append("\n"); sb.append(" segment2TagId: ").append(toIndentedString(segment2TagId)).append("\n"); sb.append(" segment3TagId: ").append(toIndentedString(segment3TagId)).append("\n"); sb.append(" tagIds: ").append(toIndentedString(tagIds)).append("\n"); sb.append(" title: ").append(toIndentedString(title)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy