Class WhatsAppInteractiveMessageDto.Section
- java.lang.Object
-
- com.flowable.engage.external.system.whatsapp.dto.WhatsAppInteractiveMessageDto.Section
-
- Enclosing class:
- WhatsAppInteractiveMessageDto
public static class WhatsAppInteractiveMessageDto.Section extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Collection<WhatsAppInteractiveMessageDto.ButtonOrSectionRow>
rows
protected String
title
-
Constructor Summary
Constructors Constructor Description Section()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<WhatsAppInteractiveMessageDto.ButtonOrSectionRow>
getRows()
String
getTitle()
void
setRows(Collection<WhatsAppInteractiveMessageDto.ButtonOrSectionRow> rows)
void
setTitle(String title)
-
-
-
Field Detail
-
title
protected String title
-
rows
protected Collection<WhatsAppInteractiveMessageDto.ButtonOrSectionRow> rows
-
-
Method Detail
-
getTitle
public String getTitle()
-
setTitle
public void setTitle(String title)
-
getRows
public Collection<WhatsAppInteractiveMessageDto.ButtonOrSectionRow> getRows()
-
setRows
public void setRows(Collection<WhatsAppInteractiveMessageDto.ButtonOrSectionRow> rows)
-
-