Package org.azd.test.session
Class SessionRequestBuilder.GetQueryParameters
java.lang.Object
org.azd.test.session.SessionRequestBuilder.GetQueryParameters
- Enclosing class:
SessionRequestBuilder
Represents the query parameters.
-
Field Summary
FieldsModifier and TypeFieldDescriptionIf false, returns test sessions for current user.If true, it returns all properties of the test sessions.If true, it returns test sessions in completed state.Period in days from now, for which test sessions are fetched.Source of the test session. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
allSessions
If false, returns test sessions for current user. Otherwise, it returns test sessions for all users -
includeAllProperties
If true, it returns all properties of the test sessions. Otherwise, it returns the skinny version. -
includeOnlyCompletedSessions
If true, it returns test sessions in completed state. Otherwise, it returns test sessions for all states -
period
Period in days from now, for which test sessions are fetched. -
source
Source of the test session.
-
-
Constructor Details
-
GetQueryParameters
public GetQueryParameters()
-