Class CreateFunction.CreateItemOptions

  • Enclosing class:
    CreateFunction

    public static class CreateFunction.CreateItemOptions
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CreateItemOptions​(boolean isUnhashed, java.lang.String key)  
    • Method Summary

      Modifier and Type Method Description
      java.lang.String getKey()  
      boolean isUnhashed()  
      void setKey​(java.lang.String key)  
      void setUnhashed​(boolean unhashed)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CreateItemOptions

        public CreateItemOptions​(boolean isUnhashed,
                                 java.lang.String key)
    • Method Detail

      • isUnhashed

        public boolean isUnhashed()
      • setUnhashed

        public void setUnhashed​(boolean unhashed)
      • getKey

        public java.lang.String getKey()
      • setKey

        public void setKey​(java.lang.String key)