Uses of Class
com.oracle.bmc.osmanagementhub.model.SearchSoftwareSourcePackageGroupsDetails
-
Packages that use SearchSoftwareSourcePackageGroupsDetails Package Description com.oracle.bmc.osmanagementhub.model com.oracle.bmc.osmanagementhub.requests -
-
Uses of SearchSoftwareSourcePackageGroupsDetails in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return SearchSoftwareSourcePackageGroupsDetails Modifier and Type Method Description SearchSoftwareSourcePackageGroupsDetails
SearchSoftwareSourcePackageGroupsDetails.Builder. build()
Methods in com.oracle.bmc.osmanagementhub.model with parameters of type SearchSoftwareSourcePackageGroupsDetails Modifier and Type Method Description SearchSoftwareSourcePackageGroupsDetails.Builder
SearchSoftwareSourcePackageGroupsDetails.Builder. copy(SearchSoftwareSourcePackageGroupsDetails model)
-
Uses of SearchSoftwareSourcePackageGroupsDetails in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return SearchSoftwareSourcePackageGroupsDetails Modifier and Type Method Description SearchSoftwareSourcePackageGroupsDetails
SearchSoftwareSourcePackageGroupsRequest. getBody$()
Alternative accessor for the body parameter.SearchSoftwareSourcePackageGroupsDetails
SearchSoftwareSourcePackageGroupsRequest. getSearchSoftwareSourcePackageGroupsDetails()
Request body that takes in a list of software sources and other search parameters.Methods in com.oracle.bmc.osmanagementhub.requests with parameters of type SearchSoftwareSourcePackageGroupsDetails Modifier and Type Method Description SearchSoftwareSourcePackageGroupsRequest.Builder
SearchSoftwareSourcePackageGroupsRequest.Builder. body$(SearchSoftwareSourcePackageGroupsDetails body)
Alternative setter for the body parameter.SearchSoftwareSourcePackageGroupsRequest.Builder
SearchSoftwareSourcePackageGroupsRequest.Builder. searchSoftwareSourcePackageGroupsDetails(SearchSoftwareSourcePackageGroupsDetails searchSoftwareSourcePackageGroupsDetails)
Request body that takes in a list of software sources and other search parameters.
-