Package | Description |
---|---|
com.oracle.bmc.queue.model |
Modifier and Type | Method and Description |
---|---|
static PurgeQueueDetails.PurgeType |
PurgeQueueDetails.PurgeType.create(String key) |
PurgeQueueDetails.PurgeType |
PurgeQueueDetails.getPurgeType()
Type of the purge to perform: - NORMAL - purge only the normal queue - DLQ - purge only the
dead letter queue - BOTH - purge both the normal queue and the dead letter queue
|
static PurgeQueueDetails.PurgeType |
PurgeQueueDetails.PurgeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PurgeQueueDetails.PurgeType[] |
PurgeQueueDetails.PurgeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PurgeQueueDetails.Builder |
PurgeQueueDetails.Builder.purgeType(PurgeQueueDetails.PurgeType purgeType)
Type of the purge to perform: - NORMAL - purge only the normal queue - DLQ - purge only
the dead letter queue - BOTH - purge both the normal queue and the dead letter queue
|
Constructor and Description |
---|
PurgeQueueDetails(PurgeQueueDetails.PurgeType purgeType,
List<String> channelIds)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.