Class LoginBody

java.lang.Object
io.jmix.superset.client.model.LoginBody
All Implemented Interfaces:
Serializable

public class LoginBody extends Object implements Serializable
See Also:
  • Constructor Details

    • LoginBody

      public LoginBody()
  • Method Details

    • getUsername

      @Nullable public String getUsername()
    • setUsername

      public void setUsername(@Nullable String username)
    • withUsername

      public LoginBody withUsername(@Nullable String username)
    • getPassword

      @Nullable public String getPassword()
    • setPassword

      public void setPassword(@Nullable String password)
    • withPassword

      public LoginBody withPassword(@Nullable String password)
    • getProvider

      @Nullable public String getProvider()
    • setProvider

      public void setProvider(@Nullable String provider)
    • withProvider

      public LoginBody withProvider(@Nullable String provider)
    • getRefresh

      @Nullable public Boolean getRefresh()
    • setRefresh

      public void setRefresh(@Nullable Boolean refresh)
    • withRefresh

      public LoginBody withRefresh(@Nullable Boolean refresh)