Get Trial Status

edit

Execution

edit

The trial status of the license can be retrieved as follows:

GetTrialStatusResponse response = client.license().getTrialStatus(RequestOptions.DEFAULT);

Response

edit

The returned GetTrialStatusResponse holds only a boolean flag:

boolean eligibleToStartTrial = response.isEligibleToStartTrial(); 

Whether the license is eligible to start trial or not