Interface SortingParameter.Builder
- All Superinterfaces:
RichPageParameter.Builder<SortingParameter,
,SortingParameter.Builder> SortingParameter.Setter
- Enclosing interface:
- SortingParameter
public static interface SortingParameter.Builder
extends SortingParameter.Setter, RichPageParameter.Builder<SortingParameter,SortingParameter.Builder>
-
Method Summary
Modifier and TypeMethodDescriptionbyLuceneSortString
(String value) Sets the sorting by String value which can be used inDataSetAccessor.sort(String)
, see that method for details.Clears the subtype set bysubtype(String)
, so this method must be used before usingsubtype(String)
.scope()
Not using this method means to use the current scope.Must be used afterprototype()
otherwise the value is lost.Methods inherited from interface com.polarion.alm.shared.api.model.rp.parameter.RichPageParameter.Builder
build, dependencySource, dependencyTarget
-
Method Details
-
scope
Not using this method means to use the current scope.- Specified by:
scope
in interfaceSortingParameter.Setter
- Since:
- 3.9.3
-
prototype
Clears the subtype set bysubtype(String)
, so this method must be used before usingsubtype(String)
.- Specified by:
prototype
in interfaceSortingParameter.Setter
- Since:
- 3.9.3
-
subtype
Must be used afterprototype()
otherwise the value is lost.- Specified by:
subtype
in interfaceSortingParameter.Setter
- Since:
- 3.9.3
-
byLuceneSortString
Description copied from interface:SortingParameter.Setter
Sets the sorting by String value which can be used inDataSetAccessor.sort(String)
, see that method for details.- Specified by:
byLuceneSortString
in interfaceSortingParameter.Setter
-