Package | Description |
---|---|
com.atlassian.confluence.impl.hibernate.bulk |
Modifier and Type | Method and Description |
---|---|
static BulkSimpleMessageTypes |
BulkSimpleMessageTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BulkSimpleMessageTypes[] |
BulkSimpleMessageTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BulkSimpleMessage.BulkSimpleMessageBuilder |
BulkSimpleMessage.BulkSimpleMessageBuilder.type(BulkSimpleMessageTypes type) |
static BulkSimpleMessage |
BulkSimpleMessage.withKeyAndArgs(BulkSimpleMessageTypes type,
String key,
Object... args)
Creates a new SimpleMessage with the given key and arguments.
|
Copyright © 2003–2020 Atlassian. All rights reserved.