Uses of Class
dev.vality.bouncer.rstn.Restrictions
| Package | Description |
|---|---|
| dev.vality.bouncer.decisions | |
| dev.vality.bouncer.rstn |
-
Uses of Restrictions in dev.vality.bouncer.decisions
Fields in dev.vality.bouncer.decisions declared as Restrictions Modifier and Type Field Description RestrictionsResolutionRestricted. restrictionsMethods in dev.vality.bouncer.decisions that return Restrictions Modifier and Type Method Description RestrictionsResolutionRestricted. getRestrictions()Methods in dev.vality.bouncer.decisions with parameters of type Restrictions Modifier and Type Method Description ResolutionRestrictedResolutionRestricted. setRestrictions(Restrictions restrictions)Constructors in dev.vality.bouncer.decisions with parameters of type Restrictions Constructor Description ResolutionRestricted(Restrictions restrictions) -
Uses of Restrictions in dev.vality.bouncer.rstn
Methods in dev.vality.bouncer.rstn that return Restrictions Modifier and Type Method Description RestrictionsRestrictions. deepCopy()RestrictionsRestrictions. setAnapi(RestrictionsAnalyticsAPI anapi)RestrictionsRestrictions. setCapi(RestrictionsCommonAPI capi)RestrictionsRestrictions. setVsn(int vsn)Methods in dev.vality.bouncer.rstn with parameters of type Restrictions Modifier and Type Method Description intRestrictions. compareTo(Restrictions other)booleanRestrictions. equals(Restrictions that)Constructors in dev.vality.bouncer.rstn with parameters of type Restrictions Constructor Description Restrictions(Restrictions other)Performs a deep copy on other.