Advertisement
notjacob

values

Mar 19th, 2020
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.93 KB | None | 0 0
  1. private final String id;
  2.     private String name = "__unset";
  3.     private int groupType = -1;
  4.     private String membershipIdCreated = "__unset";
  5.     private String creationDate = "__unset";
  6.     private String about = "__unset";
  7.     private int memberCount = -1;
  8.     private boolean isPublic = true;
  9.     public boolean allowChat = true;
  10.     public boolean isDefaultPostPublic = false;
  11.     public int chatSecurity = -1;
  12.     public int homepage = -1;
  13.     public int membershipOption = -1;
  14.     public int defaultPublicity = -1;
  15.     public String theme = "__unset";
  16.     public String bannerPath = "__unset";
  17.     public String conversationId = "__unset";
  18.     public String banExpireDate = "__unset";
  19.     public int maximumMembers = -1;
  20.     public int maximumMembershipsOfGroupType = -1;
  21.     public int capabilities = -1;
  22.     public int joinLevel = 2;
  23.     public String ownerName = "__unset";
  24.     public String ownerId = "__unset";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement