public abstract static class OrgConfigEntity.TimeRestrictionEntity
extends java.lang.Object
OrgConfigEntity.TimeRestrictionEntity abstract class identifies the properties related to badge
enablement time restrictions on a weekly scale that will be parsed from the JSON String
returned from the server. Here is an example:"{\"time_zone\":\"America\\/Halifax\",\"weekly\":[{\"week_days\":[1],\"start_time\":\"0800\",\"end_time\":\"2000\"},{\"week_days\":[2],\"start_time\":\"0900\",\"end_time\":\"2100\"},{\"week_days\":[3,4,5],\"start_time\":\"1500\",\"end_time\":\"2200\"},{\"week_days\":[2],\"start_time\":\"1430\",\"end_time\":\"1530\"}]}"| Modifier and Type | Method and Description |
|---|---|
abstract java.util.List<OrgConfigEntity.TimeRestrictionItem> |
timeRestrictionItemList()
Returns a
List of OrgConfigEntity.TimeRestrictionItem objects that identify the properties
related to badge enablement time restrictions on a daily scale that will be parsed from
the JSON String returned from the server. |
abstract java.lang.String |
timeZone()
Returns a String of the time zone.
|
public abstract java.lang.String timeZone()
public abstract java.util.List<OrgConfigEntity.TimeRestrictionItem> timeRestrictionItemList()
List of OrgConfigEntity.TimeRestrictionItem objects that identify the properties
related to badge enablement time restrictions on a daily scale that will be parsed from
the JSON String returned from the server.List of OrgConfigEntity.TimeRestrictionItem objects.