类 ApplicationOwner

java.lang.Object
com.lark.oapi.service.application.v6.model.ApplicationOwner

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

    • ApplicationOwner

      public ApplicationOwner()
    • ApplicationOwner

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

    • newBuilder

      public static ApplicationOwner.Builder newBuilder()
    • getType

      public Integer getType()
    • setType

      public void setType(Integer type)
    • getOwnerId

      public String getOwnerId()
    • setOwnerId

      public void setOwnerId(String ownerId)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getHelpDesk

      public String getHelpDesk()
    • setHelpDesk

      public void setHelpDesk(String helpDesk)
    • getEmail

      public String getEmail()
    • setEmail

      public void setEmail(String email)
    • getPhone

      public String getPhone()
    • setPhone

      public void setPhone(String phone)
    • getCustomerServiceAccount

      public String getCustomerServiceAccount()
    • setCustomerServiceAccount

      public void setCustomerServiceAccount(String customerServiceAccount)