| Package | Description |
|---|---|
| org.davidmoten.oa3.codegen.test.main.schema |
| Modifier and Type | Method and Description |
|---|---|
static SARServiceType |
SARServiceType.fromValue(Object value) |
SARServiceType |
SARBroadcast.serviceType() |
static SARServiceType |
SARServiceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SARServiceType[] |
SARServiceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static SARBroadcast.BuilderWithServiceType |
SARBroadcast.serviceType(SARServiceType serviceType) |
SARBroadcast.BuilderWithServiceType |
SARBroadcast.Builder.serviceType(SARServiceType serviceType) |
SARBroadcast |
SARBroadcast.withServiceType(SARServiceType serviceType) |
| Constructor and Description |
|---|
SARBroadcast(Optional<SARBroadcastArea> sarArea,
SARServiceType serviceType,
SARPriority priority) |
Copyright © 2023. All rights reserved.