| Package | Description |
|---|---|
| com.aquaticinformatics.aquarius.sdk.samples |
| Modifier and Type | Field and Description |
|---|---|
ServiceModel.RecurrenceType |
ServiceModel.PostSchedule.RecurrenceType |
ServiceModel.RecurrenceType |
ServiceModel.PutSchedule.RecurrenceType |
ServiceModel.RecurrenceType |
ServiceModel.Schedule.RecurrenceType |
| Modifier and Type | Method and Description |
|---|---|
ServiceModel.RecurrenceType |
ServiceModel.PostSchedule.getRecurrenceType() |
ServiceModel.RecurrenceType |
ServiceModel.PutSchedule.getRecurrenceType() |
ServiceModel.RecurrenceType |
ServiceModel.Schedule.getRecurrenceType() |
static ServiceModel.RecurrenceType |
ServiceModel.RecurrenceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceModel.RecurrenceType[] |
ServiceModel.RecurrenceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceModel.PostSchedule |
ServiceModel.PostSchedule.setRecurrenceType(ServiceModel.RecurrenceType value) |
ServiceModel.PutSchedule |
ServiceModel.PutSchedule.setRecurrenceType(ServiceModel.RecurrenceType value) |
ServiceModel.Schedule |
ServiceModel.Schedule.setRecurrenceType(ServiceModel.RecurrenceType value) |
Copyright © 2022. All rights reserved.