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)SoftwareSourceTypeSoftwareSourceDetails. getSoftwareSourceType()Type of the 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 SoftwareSourceDetails.BuilderSoftwareSourceDetails.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.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.
-