类 TransferType

java.lang.Object
com.lark.oapi.service.corehr.v1.model.TransferType

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

    • TransferType

      public TransferType()
    • TransferType

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

    • newBuilder

      public static TransferType.Builder newBuilder()
    • getTransferTypeUniqueIdentifier

      public String getTransferTypeUniqueIdentifier()
    • setTransferTypeUniqueIdentifier

      public void setTransferTypeUniqueIdentifier(String transferTypeUniqueIdentifier)
    • getName

      public I18n[] getName()
    • setName

      public void setName(I18n[] name)
    • getActive

      public Boolean getActive()
    • setActive

      public void setActive(Boolean active)
    • getFlowId

      public String getFlowId()
    • setFlowId

      public void setFlowId(String flowId)
    • getFlowName

      public I18n[] getFlowName()
    • setFlowName

      public void setFlowName(I18n[] flowName)
    • getCreatedTime

      public String getCreatedTime()
    • setCreatedTime

      public void setCreatedTime(String createdTime)
    • getUpdatedTime

      public String getUpdatedTime()
    • setUpdatedTime

      public void setUpdatedTime(String updatedTime)