Class PartyDataProperties

java.lang.Object
de.simonsator.partyandfriendsgui.api.datarequest.party.PartyDataProperties

public class PartyDataProperties
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    boolean IS_PUBLIC
    Can anybody join the party without an invitation?
  • Constructor Summary

    Constructors
    Constructor Description
    PartyDataProperties​(boolean isPublic)  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • IS_PUBLIC

      public final boolean IS_PUBLIC
      Can anybody join the party without an invitation?
  • Constructor Details

    • PartyDataProperties

      public PartyDataProperties​(boolean isPublic)