public abstract static class TimeRestrictionModel.Item
extends java.lang.Object
TimeRestrictionModel.Item abstract class identifies the properties related to badge enablement time
restrictions, such as when they start and end.| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
endTime()
Returns a String of the end time for the badge enablement time restriction.
|
abstract java.lang.String |
startTime()
Returns a String of the start time for the badge enablement time restriction.
|
public abstract java.lang.String startTime()
public abstract java.lang.String endTime()