@return optional map of custom values from the user
()
| 565 | |
| 566 | /** @return optional map of custom values from the user */ |
| 567 | public Map<String, String> getCustom() { |
| 568 | return custom; |
| 569 | } |
| 570 | |
| 571 | /** @param display_name an optional descriptive name for the UID */ |
| 572 | public void setDisplayName(final String display_name) { |
no outgoing calls
no test coverage detected