Claim.ClaimBuilder | 
Claim.ClaimBuilder.isEssential() | 
 Marks this ClaimBuilder as building an essential claim. 
 | 
Claim.ClaimBuilder | 
Claim.ClaimBuilder.withBooleanValue(Boolean value) | 
 Sets the boolean value for the ClaimBuilder. 
 | 
Claim.ClaimBuilder | 
Claim.ClaimBuilder.withBooleanValues(List<Boolean> values) | 
 Sets the boolean values for the ClaimBuilder. 
 | 
Claim.ClaimBuilder | 
Claim.ClaimBuilder.withJsonValue(JsonValue value) | 
 Sets the value for the ClaimBuilder. 
 | 
Claim.ClaimBuilder | 
Claim.ClaimBuilder.withJsonValues(List<JsonValue> values) | 
 Sets the values for the ClaimBuilder. 
 | 
Claim.ClaimBuilder | 
Claim.ClaimBuilder.withLocale(Locale locale) | 
 Sets the locale of the ClaimBuilder. 
 | 
Claim.ClaimBuilder | 
Claim.ClaimBuilder.withNumericalValue(Number value) | 
 Sets the number value for the ClaimBuilder. 
 | 
Claim.ClaimBuilder | 
Claim.ClaimBuilder.withNumericalValues(List<Number> values) | 
 Sets the number values for the ClaimBuilder. 
 | 
Claim.ClaimBuilder | 
Claim.ClaimBuilder.withStringValue(String value) | 
 Sets the string value for the ClaimBuilder. 
 | 
Claim.ClaimBuilder | 
Claim.ClaimBuilder.withStringValues(List<String> values) | 
 Sets the string values for the ClaimBuilder. 
 |