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 SoftwareSourceTypeSoftwareSourceType. create(String key)SoftwareSourceTypeAvailableSoftwareSourceSummary. getSoftwareSourceType()Type of the software source.SoftwareSourceTypeSoftwareSourceDetails. getSoftwareSourceType()Type of the software source.SoftwareSourceTypeSoftwareSourceRepoSummary. getSoftwareSourceType()Type of software source.static SoftwareSourceTypeSoftwareSourceType. 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 AvailableSoftwareSourceSummary.BuilderAvailableSoftwareSourceSummary.Builder. softwareSourceType(SoftwareSourceType softwareSourceType)Type of the software source.SoftwareSourceDetails.BuilderSoftwareSourceDetails.Builder. softwareSourceType(SoftwareSourceType softwareSourceType)Type of the software source.SoftwareSourceRepoSummary.BuilderSoftwareSourceRepoSummary.Builder. softwareSourceType(SoftwareSourceType softwareSourceType)Type of software source.Constructors in com.oracle.bmc.osmanagementhub.model with parameters of type SoftwareSourceType Constructor Description AvailableSoftwareSourceSummary(String id, String compartmentId, String displayName, SoftwareSourceType softwareSourceType, String description)Deprecated.SoftwareSourceDetails(String id, String displayName, String description, SoftwareSourceType softwareSourceType, Boolean isMandatoryForAutonomousLinux)Deprecated.SoftwareSourceRepoSummary(String displayName, String repoId, SoftwareSourceType softwareSourceType, OsFamily osFamily, ArchType archType, String description)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.BuilderListSoftwarePackageSoftwareSourcesRequest.Builder. softwareSourceType(SoftwareSourceType singularValue)Singular setter.ListSoftwareSourcesRequest.BuilderListSoftwareSourcesRequest.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.BuilderListSoftwarePackageSoftwareSourcesRequest.Builder. softwareSourceType(List<SoftwareSourceType> softwareSourceType)The type of the software source.ListSoftwareSourcesRequest.BuilderListSoftwareSourcesRequest.Builder. softwareSourceType(List<SoftwareSourceType> softwareSourceType)The type of the software source.
-