Uses of Enum Class
com.hp.ucmdb.api.discovery.types.TimeFrame.Day
Packages that use TimeFrame.Day
Package
Description
This package contains interfaces that represent the basic discovery elements of the API.
-
Uses of TimeFrame.Day in com.hp.ucmdb.api.discovery.types
Methods in com.hp.ucmdb.api.discovery.types that return TimeFrame.DayModifier and TypeMethodDescriptionstatic TimeFrame.Day
Returns the enum constant of this class with the specified name.static TimeFrame.Day[]
TimeFrame.Day.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.hp.ucmdb.api.discovery.types with parameters of type TimeFrame.DayModifier and TypeMethodDescriptionvoid
TimeFrame.addFrame
(int startTime, int endTime, TimeFrame.Day... days) Adds a period to this TimeFrame.