类 PatchCostCenterReq

java.lang.Object
com.lark.oapi.service.corehr.v2.model.PatchCostCenterReq

public class PatchCostCenterReq extends Object
  • 构造器详细资料

    • PatchCostCenterReq

      public PatchCostCenterReq()
    • PatchCostCenterReq

      public PatchCostCenterReq(PatchCostCenterReq.Builder builder)
  • 方法详细资料

    • newBuilder

      public static PatchCostCenterReq.Builder newBuilder()
    • getUserIdType

      public String getUserIdType()
    • setUserIdType

      public void setUserIdType(String userIdType)
    • getCostCenterId

      public String getCostCenterId()
    • setCostCenterId

      public void setCostCenterId(String costCenterId)
    • getPatchCostCenterReqBody

      public PatchCostCenterReqBody getPatchCostCenterReqBody()
    • setPatchCostCenterReqBody

      public void setPatchCostCenterReqBody(PatchCostCenterReqBody body)