Package | Description |
---|---|
com.hp.ucmdb.api.discovery.types |
This package contains interfaces that represent the basic discovery elements of the API.
|
Modifier and Type | Method and Description |
---|---|
static TimeInterval.Unit |
TimeInterval.Unit.fromString(String intervalTypeString) |
TimeInterval.Unit |
TimeInterval.getUnit()
Returns the time unit used by this TimeInterval object.
|
static TimeInterval.Unit |
TimeInterval.Unit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimeInterval.Unit[] |
TimeInterval.Unit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TimeInterval |
TimeInterval.ofUnits(TimeInterval.Unit unit)
Sets the time unit used by this TimeInterval object.
|
void |
TimeInterval.setUnits(TimeInterval.Unit unit)
Sets the time unit used by this TimeInterval object.
|
Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.