Package | Description |
---|---|
com.oracle.bmc.opsi.model | |
com.oracle.bmc.opsi.requests |
Modifier and Type | Method and Description |
---|---|
static OpsiDataObjectType |
OpsiDataObjectType.create(String key) |
OpsiDataObjectType |
OpsiDataObjectTypeOpsiDataObjectDetailsInQuery.getDataObjectType()
Type of OPSI data object.
|
static OpsiDataObjectType |
OpsiDataObjectType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpsiDataObjectType[] |
OpsiDataObjectType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OpsiDataObjectTypeOpsiDataObjectDetailsInQuery.Builder |
OpsiDataObjectTypeOpsiDataObjectDetailsInQuery.Builder.dataObjectType(OpsiDataObjectType dataObjectType)
Type of OPSI data object.
|
Constructor and Description |
---|
OpsiDataObjectTypeOpsiDataObjectDetailsInQuery(List<OpsiDataObjectQueryParam> queryParams,
OpsiDataObjectType dataObjectType)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<OpsiDataObjectType> |
ListOpsiDataObjectsRequest.getDataObjectType()
OPSI data object types.
|
Modifier and Type | Method and Description |
---|---|
ListOpsiDataObjectsRequest.Builder |
ListOpsiDataObjectsRequest.Builder.dataObjectType(OpsiDataObjectType singularValue)
Singular setter.
|
Modifier and Type | Method and Description |
---|---|
ListOpsiDataObjectsRequest.Builder |
ListOpsiDataObjectsRequest.Builder.dataObjectType(List<OpsiDataObjectType> dataObjectType)
OPSI data object types.
|
Copyright © 2016–2024. All rights reserved.