BetterModel
Toggle table of contents
1.10.4-SNAPSHOT-286
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.tracker
/
EntityHideOption
Entity
Hide
Option
class
EntityHideOption
:
Record
Members
Constructors
Entity
Hide
Option
Link copied to clipboard
constructor
(
)
Types
Builder
Link copied to clipboard
class
Builder
Properties
DEFAULT
Link copied to clipboard
val
DEFAULT
:
EntityHideOption
FALSE
Link copied to clipboard
val
FALSE
:
EntityHideOption
Functions
builder
Link copied to clipboard
@
NotNull
open
fun
builder
(
)
:
@
NotNull
EntityHideOption.Builder
composite
Link copied to clipboard
@
NotNull
open
fun
composite
(
@
NotNull
options
:
@
NotNull
Stream
<
EntityHideOption
>
)
:
@
NotNull
EntityHideOption
deserialize
Link copied to clipboard
@
NotNull
open
fun
deserialize
(
@
NotNull
array
:
@
NotNull
JsonArray
)
:
@
NotNull
EntityHideOption
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
serialize
Link copied to clipboard
@
NotNull
open
fun
serialize
(
)
:
@
NotNull
JsonArray
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String