Class TestListParams
-
- All Implemented Interfaces:
-
com.openlayer.api.core.Params
public final class TestListParams implements Params
List tests under a project.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTestListParams.BuilderA builder for TestListParams.
public final classTestListParams.TypeFilter objects by test type. Available types are
integrity,consistency,performance,fairness, androbustness.
-
Method Summary
Modifier and Type Method Description final Optional<String>projectId()final Optional<Boolean>includeArchived()Filter for archived tests. final Optional<String>originVersionId()Retrive tests created by a specific project version. final Optional<Long>page()The page to return in a paginated query. final Optional<Long>perPage()Maximum number of items to return per page. final Optional<Boolean>suggested()Filter for suggested tests. final Optional<TestListParams.Type>type()Filter objects by test type. final Optional<Boolean>usesProductionData()Retrive tests with usesProductionData (monitoring). final Headers_additionalHeaders()Additional headers to send with the request. final QueryParams_additionalQueryParams()Additional query param to send with the request. final TestListParams.BuildertoBuilder()final String_pathParam(Integer index)Headers_headers()The full set of headers in the parameters, including both fixed and additional headers. QueryParams_queryParams()The full set of query params in the parameters, including both fixed and additional query params. Booleanequals(Object other)IntegerhashCode()StringtoString()final static TestListParamsnone()final static TestListParams.Builderbuilder()Returns a mutable builder for constructing an instance of TestListParams. -
-
Method Detail
-
includeArchived
final Optional<Boolean> includeArchived()
Filter for archived tests.
-
originVersionId
final Optional<String> originVersionId()
Retrive tests created by a specific project version.
-
type
final Optional<TestListParams.Type> type()
Filter objects by test type. Available types are
integrity,consistency,performance,fairness, androbustness.
-
usesProductionData
final Optional<Boolean> usesProductionData()
Retrive tests with usesProductionData (monitoring).
-
_additionalHeaders
final Headers _additionalHeaders()
Additional headers to send with the request.
-
_additionalQueryParams
final QueryParams _additionalQueryParams()
Additional query param to send with the request.
-
toBuilder
final TestListParams.Builder toBuilder()
-
_pathParam
final String _pathParam(Integer index)
-
_headers
Headers _headers()
The full set of headers in the parameters, including both fixed and additional headers.
-
_queryParams
QueryParams _queryParams()
The full set of query params in the parameters, including both fixed and additional query params.
-
none
final static TestListParams none()
-
builder
final static TestListParams.Builder builder()
Returns a mutable builder for constructing an instance of TestListParams.
-
-
-
-