public abstract class LocationRestrictionModel
extends java.lang.Object
LocationRestrictionModel abstract class identifies the properties related to
badge enablement location restrictions.| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
displayDistance()
Returns a String of the display distance of the badge enablement geo-fence.
|
abstract int |
distance()
Returns an int of the distance of the the badge enablement geo-fence.
|
abstract OrgConfigEntity.LocationConditionEntity |
restrictedLocationConditionItem()
Returns a
OrgConfigEntity.LocationConditionEntity object that includes various
attributes about the badge enablement geo-fences associated with the badge. |
abstract float |
zoom()
Returns a float of the zoom level.
|
public abstract OrgConfigEntity.LocationConditionEntity restrictedLocationConditionItem()
OrgConfigEntity.LocationConditionEntity object that includes various
attributes about the badge enablement geo-fences associated with the badge.OrgConfigEntity.LocationConditionEntity object that includes various
attributes about the badge enablement geo-fences associated with the badge.public abstract java.lang.String displayDistance()
public abstract int distance()
public abstract float zoom()