-
public class ReportDataBuilder
-
-
Method Summary
Modifier and Type Method Description static ReportDataAttributesgetReportAttributes(Map<String, Object> attributes)Divide custom user attributes into primitive and complex attributes and add to this object. static ReportDataAttributesgetReportAttributes(Map<String, Object> attributes, boolean skipNull)Divide custom user attributes into primitive and complex attributes and add to this object -
-
Method Detail
-
getReportAttributes
static ReportDataAttributes getReportAttributes(Map<String, Object> attributes)
Divide custom user attributes into primitive and complex attributes and add to this object. By default null values will be included.
- Parameters:
attributes- client's attributes
-
getReportAttributes
static ReportDataAttributes getReportAttributes(Map<String, Object> attributes, boolean skipNull)
Divide custom user attributes into primitive and complex attributes and add to this object
- Parameters:
attributes- client's attributesskipNull- define attributes behavior on null value.
-
-
-
-