Package zendesk.messaging
Class Banner
- java.lang.Object
-
- zendesk.messaging.Banner
-
public class Banner extends java.lang.Object
Data class that represents an informational update in the form of a banner Use theBanner.Builder
to create an instance
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description static class
Banner.Builder
static class
Banner.Duration
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.String
getButtonText()
Banner.Duration
getDuration()
java.lang.String
getLabel()
zendesk.messaging.Banner.Position
getPosition()
-
-
-
Method Detail
-
getLabel
public java.lang.String getLabel()
-
getButtonText
public java.lang.String getButtonText()
-
getDuration
public Banner.Duration getDuration()
-
getPosition
public zendesk.messaging.Banner.Position getPosition()
-
-