public class GroupPollSettingsNotification extends BaseResponse implements Response
Modifier and Type | Field and Description |
---|---|
boolean |
allowMultipleSelections |
boolean |
allowRevotes |
GroupPollDisplayType |
displayType |
GroupPollDuplicateMode |
duplicateMode |
java.lang.String |
groupID |
boolean |
isPublic |
long[] |
requiredRoles |
Constructor and Description |
---|
GroupPollSettingsNotification() |
getOrigMessage, getTypeID, setOrigMessage, setTypeID, toJsonString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getOrigMessage, getTypeID, setOrigMessage, setTypeID, toJsonString
public java.lang.String groupID
public boolean allowMultipleSelections
public GroupPollDisplayType displayType
public long[] requiredRoles
public boolean isPublic
public boolean allowRevotes
public GroupPollDuplicateMode duplicateMode