Class StartTrialRequest

java.lang.Object
org.elasticsearch.client.license.StartTrialRequest
All Implemented Interfaces:
Validatable

public class StartTrialRequest
extends java.lang.Object
implements Validatable
  • Field Summary

    Fields inherited from interface org.elasticsearch.client.Validatable

    EMPTY
  • Constructor Summary

    Constructors
    Constructor Description
    StartTrialRequest()  
    StartTrialRequest​(boolean acknowledge)  
    StartTrialRequest​(boolean acknowledge, java.lang.String licenseType)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getLicenseType()  
    boolean isAcknowledge()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.elasticsearch.client.Validatable

    validate
  • Constructor Details

    • StartTrialRequest

      public StartTrialRequest()
    • StartTrialRequest

      public StartTrialRequest​(boolean acknowledge)
    • StartTrialRequest

      public StartTrialRequest​(boolean acknowledge, @Nullable java.lang.String licenseType)
  • Method Details

    • isAcknowledge

      public boolean isAcknowledge()
    • getLicenseType

      public java.lang.String getLicenseType()