Interface ShortViewService.TemplateAndSupplementalData

  • Enclosing interface:
    ShortViewService

    public static interface ShortViewService.TemplateAndSupplementalData
    The information associated with a particular short view.
    • Method Detail

      • getTemplateName

        String getTemplateName()
        The name of the template to be used in the short view. Either the custom view assigned to the individual and context, or the default view. Never empty or null, but it might refer to a template that can't be located.
      • getSupplementalData

        Map<String,​Object> getSupplementalData()
        The results of any custom data getters were associated with this individual in this short view context. May be empty, but never null.