Class DramaRequest
- java.lang.Object
-
- io.naradrama.prologue.util.spacekeeper.filter.drama.DramaRequest
-
- All Implemented Interfaces:
JsonSerializable,SpaceRequest
public class DramaRequest extends java.lang.Object implements SpaceRequest
-
-
Constructor Summary
Constructors Constructor Description DramaRequest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasAuthority()static DramaRequestsample()java.lang.StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.naradrama.prologue.util.json.JsonSerializable
toJson, toPrettyJson
-
-
-
-
Method Detail
-
hasAuthority
public boolean hasAuthority()
- Specified by:
hasAuthorityin interfaceSpaceRequest
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
sample
public static DramaRequest sample()
-
-