类 ClearApiKeyCacheRequest

java.lang.Object
org.easysearch.client.security.ClearApiKeyCacheRequest
所有已实现的接口:
Validatable

public final class ClearApiKeyCacheRequest
extends java.lang.Object
implements Validatable
The request used to clear the API key cache.
  • 方法详细资料

    • clearAll

      public static ClearApiKeyCacheRequest clearAll()
    • clearById

      public static ClearApiKeyCacheRequest clearById​(java.lang.String... ids)
    • ids

      public java.lang.String[] ids()
      返回:
      an array of key names that will be evicted
    • equals

      public boolean equals​(java.lang.Object o)
      覆盖:
      equals 在类中 java.lang.Object
    • hashCode

      public int hashCode()
      覆盖:
      hashCode 在类中 java.lang.Object