public final class SupportInformationBuilder extends Object
Constructor and Description |
---|
SupportInformationBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
addAttributes(String name,
Map<String,String> attributesToSet)
Deprecated.
use
attributes(String, Map) instead. Since 3.4. |
void |
addField(String name,
Object value)
Deprecated.
use
field(String, Object) instead. Since 3.4. |
SupportInformationBuilder |
attributes(String name,
Map<String,String> attributes) |
SupportInformationBuilder |
field(String name,
Object value) |
Map<String,String> |
getMap() |
SupportInformationBuilder |
prefix(String prefix) |
void |
setPrefix(String prefixToSet)
Deprecated.
use
prefix(String) instead. Since 3.4. |
@Deprecated public void addField(String name, Object value)
field(String, Object)
instead. Since 3.4.public SupportInformationBuilder field(String name, Object value)
@Deprecated public void addAttributes(String name, Map<String,String> attributesToSet)
attributes(String, Map)
instead. Since 3.4.public SupportInformationBuilder attributes(String name, Map<String,String> attributes)
@Deprecated public void setPrefix(String prefixToSet)
prefix(String)
instead. Since 3.4.public SupportInformationBuilder prefix(String prefix)
Copyright © 2021 Atlassian. All rights reserved.