Package com.atlassian.adf.model.node
Class BlockCard.View
- java.lang.Object
-
- com.atlassian.adf.model.node.BlockCard.View
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()Optional<Map<String,?>>properties()BlockCard.Viewproperties(Map<String,?> properties)StringtoString()Stringtype()BlockCard.Viewtype(String type)static BlockCard.Viewview(String type)
-
-
-
Method Detail
-
view
public static BlockCard.View view(String type)
-
type
public String type()
-
type
public BlockCard.View type(String type)
-
properties
public BlockCard.View properties(@Nullable Map<String,?> properties)
-
-