Class SearchSoftwareSourceModulesDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.osmanagementhub.model.SearchSoftwareSourceModulesDetails.Builder
 
- 
- Enclosing class:
- SearchSoftwareSourceModulesDetails
 
 public static class SearchSoftwareSourceModulesDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchSoftwareSourceModulesDetailsbuild()SearchSoftwareSourceModulesDetails.Buildercopy(SearchSoftwareSourceModulesDetails model)SearchSoftwareSourceModulesDetails.Buildername(String name)The name of a module.SearchSoftwareSourceModulesDetails.BuildernameContains(String nameContains)A filter to return modules with a name that contains the given string.SearchSoftwareSourceModulesDetails.BuildersoftwareSourceIds(List<String> softwareSourceIds)List of sofware source OCIDs.SearchSoftwareSourceModulesDetails.BuildersortBy(SearchSoftwareSourceModulesDetails.SortBy sortBy)The field to sort by.SearchSoftwareSourceModulesDetails.BuildersortOrder(SearchSoftwareSourceModulesDetails.SortOrder sortOrder)The sort order.
 
- 
- 
- 
Method Detail- 
softwareSourceIdspublic SearchSoftwareSourceModulesDetails.Builder softwareSourceIds(List<String> softwareSourceIds) List of sofware source OCIDs.- Parameters:
- softwareSourceIds- the value to set
- Returns:
- this builder
 
 - 
sortOrderpublic SearchSoftwareSourceModulesDetails.Builder sortOrder(SearchSoftwareSourceModulesDetails.SortOrder sortOrder) The sort order.- Parameters:
- sortOrder- the value to set
- Returns:
- this builder
 
 - 
namepublic SearchSoftwareSourceModulesDetails.Builder name(String name) The name of a module.- Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
nameContainspublic SearchSoftwareSourceModulesDetails.Builder nameContains(String nameContains) A filter to return modules with a name that contains the given string.- Parameters:
- nameContains- the value to set
- Returns:
- this builder
 
 - 
sortBypublic SearchSoftwareSourceModulesDetails.Builder sortBy(SearchSoftwareSourceModulesDetails.SortBy sortBy) The field to sort by.- Parameters:
- sortBy- the value to set
- Returns:
- this builder
 
 - 
buildpublic SearchSoftwareSourceModulesDetails build() 
 - 
copypublic SearchSoftwareSourceModulesDetails.Builder copy(SearchSoftwareSourceModulesDetails model) 
 
- 
 
-