Get Trial Statusedit

Executionedit

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

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

Responseedit

The returned GetTrialStatusResponse holds only a boolean flag:

boolean eligibleToStartTrial = response.isEligibleToStartTrial(); 

Whether the license is eligible to start trial or not