Package | Description |
---|---|
com.oracle.bmc.osmanagementhub.model | |
com.oracle.bmc.osmanagementhub.requests |
Modifier and Type | Method and Description |
---|---|
static SoftwareSourceType |
SoftwareSourceType.create(String key) |
SoftwareSourceType |
SoftwareSourceDetails.getSoftwareSourceType()
Type of the software source.
|
static SoftwareSourceType |
SoftwareSourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SoftwareSourceType[] |
SoftwareSourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SoftwareSourceDetails.Builder |
SoftwareSourceDetails.Builder.softwareSourceType(SoftwareSourceType softwareSourceType)
Type of the software source.
|
Constructor and Description |
---|
SoftwareSourceDetails(String id,
String displayName,
String description,
SoftwareSourceType softwareSourceType,
Boolean isMandatoryForAutonomousLinux)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<SoftwareSourceType> |
ListSoftwarePackageSoftwareSourcesRequest.getSoftwareSourceType()
The type of the software source.
|
List<SoftwareSourceType> |
ListSoftwareSourcesRequest.getSoftwareSourceType()
The type of the software source.
|
Modifier and Type | Method and Description |
---|---|
ListSoftwarePackageSoftwareSourcesRequest.Builder |
ListSoftwarePackageSoftwareSourcesRequest.Builder.softwareSourceType(SoftwareSourceType singularValue)
Singular setter.
|
ListSoftwareSourcesRequest.Builder |
ListSoftwareSourcesRequest.Builder.softwareSourceType(SoftwareSourceType singularValue)
Singular setter.
|
Modifier and Type | Method and Description |
---|---|
ListSoftwarePackageSoftwareSourcesRequest.Builder |
ListSoftwarePackageSoftwareSourcesRequest.Builder.softwareSourceType(List<SoftwareSourceType> softwareSourceType)
The type of the software source.
|
ListSoftwareSourcesRequest.Builder |
ListSoftwareSourcesRequest.Builder.softwareSourceType(List<SoftwareSourceType> softwareSourceType)
The type of the software source.
|
Copyright © 2016–2025. All rights reserved.