toggle menu
lib
0.0.266
jvm
switch theme
search in API
lib
/
com.prettybyte.plugins
/
PluginMagicLinkAuthenticationUserRef
Plugin
Magic
Link
Authentication
User
Ref
class
PluginMagicLinkAuthenticationUserRef
(
value
:
Int
)
:
IntContainer
Members
Constructors
Plugin
Magic
Link
Authentication
User
Ref
Link copied to clipboard
constructor
(
value
:
Int
)
Properties
int
Link copied to clipboard
val
int
:
Int
max
Link copied to clipboard
open
override
val
max
:
Int
min
Link copied to clipboard
open
override
val
min
:
Int
=
0
tags
Link copied to clipboard
open
val
tags
:
Set
<
String
>
validators
Link copied to clipboard
open
val
validators
:
Set
<
(
)
->
InvalidParametersProblem
?
>
value
Or
Null
If
Not
Authorized
Link copied to clipboard
val
valueOrNullIfNotAuthorized
:
Int
?
value
Without
Authorization
Link copied to clipboard
val
valueWithoutAuthorization
:
Int
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
validate
Link copied to clipboard
open
override
fun
validate
(
fieldName
:
String
)
:
InvalidParametersProblem
?