Claim.Builder

class Claim.Builder


A Builder for Claim.

Summary

Public constructors

Public functions

Claim
Claim.Builder
setEssential(essential: Boolean)

Sets the claim's essentiality.

Claim.Builder
setName(name: String)

Sets the claim's name.

Public constructors

Builder

Builder()

Public functions

build

fun build(): Claim

setEssential

fun setEssential(essential: Boolean): Claim.Builder

Sets the claim's essentiality.

Parameters
essential: Boolean

the essentiality of the claim

setName

fun setName(name: String): Claim.Builder

Sets the claim's name.

Parameters
name: String

the name of the claim