Class SessionRequestBuilder.GetQueryParameters

java.lang.Object
org.azd.test.session.SessionRequestBuilder.GetQueryParameters
Enclosing class:
SessionRequestBuilder

public static class SessionRequestBuilder.GetQueryParameters extends Object
Represents the query parameters.
  • Field Details

    • allSessions

      public Boolean allSessions
      If false, returns test sessions for current user. Otherwise, it returns test sessions for all users
    • includeAllProperties

      public Boolean includeAllProperties
      If true, it returns all properties of the test sessions. Otherwise, it returns the skinny version.
    • includeOnlyCompletedSessions

      public Boolean includeOnlyCompletedSessions
      If true, it returns test sessions in completed state. Otherwise, it returns test sessions for all states
    • period

      public Integer period
      Period in days from now, for which test sessions are fetched.
    • source

      public TestSessionSource source
      Source of the test session.
  • Constructor Details

    • GetQueryParameters

      public GetQueryParameters()