Package zendesk.messaging
Class Banner
- java.lang.Object
-
- zendesk.messaging.Banner
-
public class Banner extends java.lang.ObjectData class that represents an informational update in the form of a banner Use theBanner.Builderto create an instance
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description static classBanner.Builderstatic classBanner.Duration
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.StringgetButtonText()Banner.DurationgetDuration()java.lang.StringgetLabel()zendesk.messaging.Banner.PositiongetPosition()
-
-
-
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()
-
-