Package com.onslip360
Class API.Command
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.Command>
-
- com.onslip360.API.Command
-
- All Implemented Interfaces:
Cloneable
,Comparable<Onslip360Object<API.Command>>
- Enclosing class:
- API
public static class API.Command extends Onslip360Object<API.Command>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<String[]>
args()
API.Command
args(String[] args)
String
name()
API.Command
name(String name)
-
Methods inherited from class com.onslip360.Onslip360Object
clone, compareTo, equals, fromJson, fromJson, fromJsonArray, fromJsonArray, fromList, fromMap, fromObject, getExtended, hashCode, setExtended, setExtended, toJson, toJson, toJson, toJson, toList, toMap, toString
-
-
-
-
Constructor Detail
-
Command
public Command(String name)
-
-
Method Detail
-
name
@Nonnull public String name()
-
args
@Nonnull public API.Command args(@Nullable String[] args)
-
name
@Nonnull public API.Command name(String name)
-
-