java.lang.Object
com.atlassian.jira.rest.client.api.domain.input.UserInput

public class UserInput extends Object
Details about user to be created or updated;
Since:
v5.1.0
  • Constructor Details

  • Method Details

    • getKey

      @Nullable public String getKey()
    • getName

      @Nullable public String getName()
    • getPassword

      @Nullable public String getPassword()
    • getEmailAddress

      @Nullable public String getEmailAddress()
    • getDisplayName

      @Nullable public String getDisplayName()
    • getNotification

      @Nullable public String getNotification()
    • getApplicationKeys

      @Nullable public Collection<String> getApplicationKeys()