Class CredentialParameter

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String key
      private final String label
      private final String type
      private final Boolean required
      private final Boolean password
      private final Boolean enum
      private final Integer displayOrder
      private final JsonObject json
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract String getKey()
      abstract String getLabel()
      abstract String getType()
      abstract Boolean getRequired()
      Boolean getPassword()
      Boolean getEnum()
      Integer getDisplayOrder()
      JsonObject getJson()
      • Methods inherited from class java.lang.Object

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