-
- All Implemented Interfaces:
-
io.didomi.sdk.spi.mobile.model.PersonalDataDisplay
public final class PersonalDataDisplayCategoryHeader implements PersonalDataDisplay
Model for Personal Data Category Header (text x2)
-
-
Field Summary
Fields Modifier and Type Field Description private final Longidprivate final PersonalDataDisplay.Typetypeprivate final BooleanpreventListAccessibilityAnnouncementprivate final StringdescriptionLabel
-
Constructor Summary
Constructors Constructor Description PersonalDataDisplayCategoryHeader(String descriptionLabel)
-
Method Summary
Modifier and Type Method Description LonggetId()PersonalDataDisplay.TypegetType()BooleangetPreventListAccessibilityAnnouncement()final StringgetDescriptionLabel()-
-
Constructor Detail
-
PersonalDataDisplayCategoryHeader
PersonalDataDisplayCategoryHeader(String descriptionLabel)
-
-
Method Detail
-
getType
PersonalDataDisplay.Type getType()
-
getPreventListAccessibilityAnnouncement
Boolean getPreventListAccessibilityAnnouncement()
-
getDescriptionLabel
final String getDescriptionLabel()
-
-
-
-