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