Package | Description |
---|---|
com.oracle.bmc.announcementsservice.model |
Modifier and Type | Method and Description |
---|---|
static Filter.Type |
Filter.Type.create(String key) |
Filter.Type |
Filter.getType()
The type of filter.
|
static Filter.Type |
Filter.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Filter.Type[] |
Filter.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Filter.Builder |
Filter.Builder.type(Filter.Type type)
The type of filter.
|
Constructor and Description |
---|
Filter(Filter.Type type,
String value)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.