Class BanMode


  • public class BanMode
    extends java.lang.Object
    The BanMode class contains the constants describing the possible banning modalities for a BanUserRequest.
    See Also:
    BanUserRequest
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int BY_ADDRESS
      User is banned by IP address.
      static int BY_NAME
      User is banned by name.
    • Constructor Summary

      Constructors 
      Constructor Description
      BanMode()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BanMode

        public BanMode()