public static class PrimitiveMap.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
PrimitiveMap.Builder |
add(String key,
Long value) |
PrimitiveMap.Builder |
add(String key,
String value) |
Map<String,Object> |
toMap() |
public PrimitiveMap.Builder add(String key, String value)
public PrimitiveMap.Builder add(String key, Long value)
Copyright © 2002-2021 Atlassian. All Rights Reserved.