Klasse UserMgmtUnlockAccounts

java.lang.Object
io.github.primelib.webmethodsapigateway4j.models.UserMgmtUnlockAccounts

@Generated("io.github.primelib.primecodegen") public class UserMgmtUnlockAccounts extends Object
UserMgmtUnlockAccounts
  • Felddetails

    • userName

      protected List<String> userName
      Username that needs to be unlocked.
  • Konstruktordetails

    • UserMgmtUnlockAccounts

      public UserMgmtUnlockAccounts(Consumer<UserMgmtUnlockAccounts> spec)
      Constructs a validated instance of UserMgmtUnlockAccounts.
      Parameter:
      spec - the specification to process
    • UserMgmtUnlockAccounts

      @Internal public UserMgmtUnlockAccounts(List<String> userName)
      Constructs a validated instance of UserMgmtUnlockAccounts.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using UserMgmtUnlockAccounts(Consumer) instead.

      Parameter:
      userName - Username that needs to be unlocked.
    • UserMgmtUnlockAccounts

      protected UserMgmtUnlockAccounts()
  • Methodendetails

    • userName

      public List<String> userName()
      Username that needs to be unlocked.
    • userName

      public UserMgmtUnlockAccounts userName(List<String> userName)
      Username that needs to be unlocked.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object