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

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

    • AppScope

      public AppScope()
    • AppScope

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

    • newBuilder

      public static AppScope.Builder newBuilder()
    • getScope

      public String getScope()
    • setScope

      public void setScope(String scope)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getLevel

      public Integer getLevel()
    • setLevel

      public void setLevel(Integer level)