Class KiiServerCodeEntryArgument


  • public class KiiServerCodeEntryArgument
    extends java.lang.Object
    Argument passed to the KiiServerCodeEntry.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static KiiServerCodeEntryArgument newArgument​(org.json.JSONObject argument)
      Instantiate new argument passed to the KiiServerCodeEntry.
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • newArgument

        @NonNull
        public static KiiServerCodeEntryArgument newArgument​(@NonNull
                                                             org.json.JSONObject argument)
        Instantiate new argument passed to the KiiServerCodeEntry.
        Parameters:
        argument - passed to entry script in Kii Cloud.
        Returns:
        instance of KiiServerCodeEntryArgument
        Throws:
        java.lang.IllegalArgumentException - when specified argument is null.