Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Claim |
build() |
Claim.Builder |
copy(Claim model) |
Claim.Builder |
issuer(String issuer)
The issuer of the claim.
|
Claim.Builder |
key(String key)
The key of the claim.
|
Claim.Builder |
value(String value)
The value of the claim.
|
public Claim.Builder key(String key)
The key of the claim.
key
- the value to setpublic Claim.Builder value(String value)
The value of the claim.
value
- the value to setpublic Claim.Builder issuer(String issuer)
The issuer of the claim.
issuer
- the value to setpublic Claim build()
public Claim.Builder copy(Claim model)
Copyright © 2016–2024. All rights reserved.