public abstract class BadgeRestrictionModel
extends java.lang.Object
BadgeRestrictionModel abstract class identifies the properties related to
badge enablement location and time restrictions.| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
badgeColor()
Returns a String of the badge color.
|
abstract java.util.List<LocationRestrictionModel> |
locationRestrictionModelList()
Returns a
List of LocationRestrictionModel objects that identifies the
properties associated with badge enablement location restrictions. |
abstract TimeRestrictionModel |
timeRestrictionModel()
Returns a
TimeRestrictionModel object that identifies the properties associated
with badge enablement time restrictions. |
@Nullable public abstract TimeRestrictionModel timeRestrictionModel()
TimeRestrictionModel object that identifies the properties associated
with badge enablement time restrictions. May be null.TimeRestrictionModel object that identifies the properties associated
with badge enablement time restrictions.@Nullable public abstract java.util.List<LocationRestrictionModel> locationRestrictionModelList()
List of LocationRestrictionModel objects that identifies the
properties associated with badge enablement location restrictions. May be null.List of LocationRestrictionModel objects that identifies the
properties associated with badge enablement location restrictions.public abstract java.lang.String badgeColor()