Uses of Class
com.oracle.bmc.osmanagementhub.model.SoftwareSourceType
-
Packages that use SoftwareSourceType Package Description com.oracle.bmc.osmanagementhub.model com.oracle.bmc.osmanagementhub.requests -
-
Uses of SoftwareSourceType in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return SoftwareSourceType Modifier and Type Method 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.Methods in com.oracle.bmc.osmanagementhub.model with parameters of type SoftwareSourceType Modifier and Type Method Description SoftwareSourceDetails.Builder
SoftwareSourceDetails.Builder. softwareSourceType(SoftwareSourceType softwareSourceType)
Type of the software source.Constructors in com.oracle.bmc.osmanagementhub.model with parameters of type SoftwareSourceType Constructor Description SoftwareSourceDetails(String id, String displayName, String description, SoftwareSourceType softwareSourceType, Boolean isMandatoryForAutonomousLinux)
Deprecated. -
Uses of SoftwareSourceType in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return types with arguments of type SoftwareSourceType Modifier and Type Method Description List<SoftwareSourceType>
ListSoftwarePackageSoftwareSourcesRequest. getSoftwareSourceType()
The type of the software source.List<SoftwareSourceType>
ListSoftwareSourcesRequest. getSoftwareSourceType()
The type of the software source.Methods in com.oracle.bmc.osmanagementhub.requests with parameters of type SoftwareSourceType Modifier and Type Method Description ListSoftwarePackageSoftwareSourcesRequest.Builder
ListSoftwarePackageSoftwareSourcesRequest.Builder. softwareSourceType(SoftwareSourceType singularValue)
Singular setter.ListSoftwareSourcesRequest.Builder
ListSoftwareSourcesRequest.Builder. softwareSourceType(SoftwareSourceType singularValue)
Singular setter.Method parameters in com.oracle.bmc.osmanagementhub.requests with type arguments of type SoftwareSourceType Modifier and Type Method 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.
-