public static class SearchSoftwareSourceModulesDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SearchSoftwareSourceModulesDetails |
build() |
SearchSoftwareSourceModulesDetails.Builder |
copy(SearchSoftwareSourceModulesDetails model) |
SearchSoftwareSourceModulesDetails.Builder |
name(String name)
The name of a module.
|
SearchSoftwareSourceModulesDetails.Builder |
nameContains(String nameContains)
A filter to return modules with a name that contains the given string.
|
SearchSoftwareSourceModulesDetails.Builder |
softwareSourceIds(List<String> softwareSourceIds)
List of sofware source
OCIDs.
|
SearchSoftwareSourceModulesDetails.Builder |
sortBy(SearchSoftwareSourceModulesDetails.SortBy sortBy)
The field to sort by.
|
SearchSoftwareSourceModulesDetails.Builder |
sortOrder(SearchSoftwareSourceModulesDetails.SortOrder sortOrder)
The sort order.
|
public SearchSoftwareSourceModulesDetails.Builder softwareSourceIds(List<String> softwareSourceIds)
List of sofware source OCIDs.
softwareSourceIds
- the value to setpublic SearchSoftwareSourceModulesDetails.Builder sortOrder(SearchSoftwareSourceModulesDetails.SortOrder sortOrder)
The sort order.
sortOrder
- the value to setpublic SearchSoftwareSourceModulesDetails.Builder name(String name)
The name of a module.
name
- the value to setpublic SearchSoftwareSourceModulesDetails.Builder nameContains(String nameContains)
A filter to return modules with a name that contains the given string.
nameContains
- the value to setpublic SearchSoftwareSourceModulesDetails.Builder sortBy(SearchSoftwareSourceModulesDetails.SortBy sortBy)
The field to sort by.
sortBy
- the value to setpublic SearchSoftwareSourceModulesDetails build()
public SearchSoftwareSourceModulesDetails.Builder copy(SearchSoftwareSourceModulesDetails model)
Copyright © 2016–2024. All rights reserved.