Uses of Class
dev.vality.fistful.destination.Unauthorized
| Package | Description |
|---|---|
| dev.vality.fistful.destination |
-
Uses of Unauthorized in dev.vality.fistful.destination
Methods in dev.vality.fistful.destination that return Unauthorized Modifier and Type Method Description UnauthorizedUnauthorized. deepCopy()UnauthorizedStatus. getUnauthorized()Methods in dev.vality.fistful.destination with parameters of type Unauthorized Modifier and Type Method Description intUnauthorized. compareTo(Unauthorized other)booleanUnauthorized. equals(Unauthorized that)voidStatus. setUnauthorized(Unauthorized value)static StatusStatus. unauthorized(Unauthorized value)Constructors in dev.vality.fistful.destination with parameters of type Unauthorized Constructor Description Unauthorized(Unauthorized other)Performs a deep copy on other.