类 ApplicationEventOwner

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

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

    • ApplicationEventOwner

      public ApplicationEventOwner()
    • ApplicationEventOwner

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

    • newBuilder

      public static ApplicationEventOwner.Builder newBuilder()
    • getType

      public Integer getType()
    • setType

      public void setType(Integer type)
    • 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)
    • getOwnerId

      public UserId getOwnerId()
    • setOwnerId

      public void setOwnerId(UserId ownerId)
    • getCustomerServiceAccount

      public String getCustomerServiceAccount()
    • setCustomerServiceAccount

      public void setCustomerServiceAccount(String customerServiceAccount)