java.lang.Object
com.lark.oapi.service.admin.v1.model.Grant

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

    • Grant

      public Grant()
    • Grant

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

    • newBuilder

      public static Grant.Builder newBuilder()
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getBadgeId

      public String getBadgeId()
    • setBadgeId

      public void setBadgeId(String badgeId)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getGrantType

      public Integer getGrantType()
    • setGrantType

      public void setGrantType(Integer grantType)
    • getTimeZone

      public String getTimeZone()
    • setTimeZone

      public void setTimeZone(String timeZone)
    • getRuleDetail

      public RuleDetail getRuleDetail()
    • setRuleDetail

      public void setRuleDetail(RuleDetail ruleDetail)
    • getIsGrantAll

      public Boolean getIsGrantAll()
    • setIsGrantAll

      public void setIsGrantAll(Boolean isGrantAll)
    • getUserIds

      public String[] getUserIds()
    • setUserIds

      public void setUserIds(String[] userIds)
    • getDepartmentIds

      public String[] getDepartmentIds()
    • setDepartmentIds

      public void setDepartmentIds(String[] departmentIds)
    • getGroupIds

      public String[] getGroupIds()
    • setGroupIds

      public void setGroupIds(String[] groupIds)