Package | Description |
---|---|
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
static ApiScheduleInterval |
ApiScheduleInterval.fromValue(String text) |
ApiScheduleInterval |
ApiReplicationSchedule.getIntervalUnit()
The unit for the repeat interval.
|
ApiScheduleInterval |
ApiSchedule.getIntervalUnit()
The unit for the repeat interval.
|
ApiScheduleInterval |
ApiScheduleInterval.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static ApiScheduleInterval |
ApiScheduleInterval.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiScheduleInterval[] |
ApiScheduleInterval.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ApiReplicationSchedule |
ApiReplicationSchedule.intervalUnit(ApiScheduleInterval intervalUnit) |
ApiSchedule |
ApiSchedule.intervalUnit(ApiScheduleInterval intervalUnit) |
void |
ApiReplicationSchedule.setIntervalUnit(ApiScheduleInterval intervalUnit) |
void |
ApiSchedule.setIntervalUnit(ApiScheduleInterval intervalUnit) |
void |
ApiScheduleInterval.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
ApiScheduleInterval enumeration) |
Copyright © 2019. All rights reserved.