public static class SearchSoftwareSourcePackageGroupsDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SearchSoftwareSourcePackageGroupsDetails |
build() |
SearchSoftwareSourcePackageGroupsDetails.Builder |
copy(SearchSoftwareSourcePackageGroupsDetails model) |
SearchSoftwareSourcePackageGroupsDetails.Builder |
groupType(PackageGroup.GroupType groupType)
Indicates if this is a group, category or environment.
|
SearchSoftwareSourcePackageGroupsDetails.Builder |
nameContains(String nameContains)
A filter that returns package groups with a name that contains the given string.
|
SearchSoftwareSourcePackageGroupsDetails.Builder |
softwareSourceIds(List<String> softwareSourceIds)
List of software source
OCIDs.
|
SearchSoftwareSourcePackageGroupsDetails.Builder |
sortBy(SearchSoftwareSourcePackageGroupsDetails.SortBy sortBy)
The field to sort by.
|
SearchSoftwareSourcePackageGroupsDetails.Builder |
sortOrder(SearchSoftwareSourcePackageGroupsDetails.SortOrder sortOrder)
The sort order.
|
public SearchSoftwareSourcePackageGroupsDetails.Builder softwareSourceIds(List<String> softwareSourceIds)
List of software source OCIDs.
softwareSourceIds
- the value to setpublic SearchSoftwareSourcePackageGroupsDetails.Builder sortOrder(SearchSoftwareSourcePackageGroupsDetails.SortOrder sortOrder)
The sort order.
sortOrder
- the value to setpublic SearchSoftwareSourcePackageGroupsDetails.Builder sortBy(SearchSoftwareSourcePackageGroupsDetails.SortBy sortBy)
The field to sort by.
sortBy
- the value to setpublic SearchSoftwareSourcePackageGroupsDetails.Builder nameContains(String nameContains)
A filter that returns package groups with a name that contains the given string.
nameContains
- the value to setpublic SearchSoftwareSourcePackageGroupsDetails.Builder groupType(PackageGroup.GroupType groupType)
Indicates if this is a group, category or environment.
groupType
- the value to setpublic SearchSoftwareSourcePackageGroupsDetails build()
public SearchSoftwareSourcePackageGroupsDetails.Builder copy(SearchSoftwareSourcePackageGroupsDetails model)
Copyright © 2016–2024. All rights reserved.