Package io.jmix.superset.client.model
Class LoginBody
java.lang.Object
io.jmix.superset.client.model.LoginBody
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable String@Nullable String@Nullable Boolean@Nullable StringvoidsetPassword(@Nullable String password) voidsetProvider(@Nullable String provider) voidsetRefresh(@Nullable Boolean refresh) voidsetUsername(@Nullable String username) withPassword(@Nullable String password) withProvider(@Nullable String provider) withRefresh(@Nullable Boolean refresh) withUsername(@Nullable String username)
-
Constructor Details
-
LoginBody
public LoginBody()
-
-
Method Details
-
getUsername
-
setUsername
-
withUsername
-
getPassword
-
setPassword
-
withPassword
-
getProvider
-
setProvider
-
withProvider
-
getRefresh
-
setRefresh
-
withRefresh
-