| Modifier and Type | Method and Description |
|---|---|
Status |
Client.getMsiStatus(String id)
Returns the status of an MSI broadcast using the unique MSI identifier.
|
| Modifier and Type | Method and Description |
|---|---|
List<Status> |
GetMsisStatusParameterStatus.value() |
| Modifier and Type | Method and Description |
|---|---|
static GetMsisStatusParameterStatus |
GetMsisStatusParameterStatus.value(List<Status> value) |
| Constructor and Description |
|---|
GetMsisStatusParameterStatus(List<Status> value) |
| Modifier and Type | Method and Description |
|---|---|
static Status |
Status.fromValue(Object value) |
Status |
Msi.status() |
static Status |
Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Status[] |
Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Msi.BuilderWithStatus |
Msi.BuilderWithPayload.status(Status status) |
Msi |
Msi.withStatus(Status status) |
| Constructor and Description |
|---|
Msi(MsiId id,
Broadcast broadcast,
OffsetDateTime createdTime,
Optional<OffsetDateTime> cancelledTime,
OffsetDateTime startTime,
OffsetDateTime endTime,
Payload payload,
Status status,
Optional<Boolean> echo,
Optional<Repetition> repetition,
Optional<Boolean> readAcksEnabled,
Optional<Boolean> receiveAcksEnabled) |
| Modifier and Type | Method and Description |
|---|---|
default Status |
Service.getMsiStatus(String id)
Returns the status of an MSI broadcast using the unique MSI identifier.
|
Copyright © 2023. All rights reserved.