Interface InfoBoxMessageInterface
| category |
System |
|---|---|
| package |
InfoBox |
| subpackage |
Interfaces |
getAddedDateTime() : \DateTime
\DateTimeThe added date time.
getButtonLabel(\LanguageCode $languageCode) : string
stringThe message button label.
getButtonLabelCollection() : \EditableKeyValueCollection
getButtonLink() : string
stringLink of the message button.
getCustomerId() : integer
integer
getHeadLine(\LanguageCode $languageCode) : string
stringThe message headline.
getHeadLineCollection() : \EditableKeyValueCollection
getId() : integer
integerID of the message.
getIdentifier() : string
stringMessage identifier.
getMessage(\LanguageCode $languageCode) : string
getMessageCollection() : \EditableKeyValueCollection
getModifiedDateTime() : \DateTime
\DateTimeThe modified date time.
getSource() : string
stringSource of the message.
getStatus() : string
stringStatus of the message.
getType() : string
string
getVisibility() : string
stringVisibility of the message.
setAddedDateTime(\DateTime $dateTime) : \InfoBoxMessageInterface
\DateTimeMessage added date time value.
\InfoBoxMessageInterfaceSame instance for method chaining.
setButtonLabel(\StringType $text, \LanguageCode $languageCode) : \InfoBoxMessageInterface
setButtonLabelCollection(\KeyValueCollection $buttonLabels) : \InfoBoxMessageInterface
setButtonLink(\StringType $buttonLink) : \InfoBoxMessageInterface
setCustomerId(\IdType $customerId) : \InfoBoxMessageInterface
setHeadLine(\StringType $text, \LanguageCode $languageCode) : \InfoBoxMessageInterface
setHeadLineCollection(\KeyValueCollection $headlines) : \InfoBoxMessageInterface
setId(\IdType $id) : \InfoBoxMessageInterface
setIdentifier(\StringType $identifier) : \InfoBoxMessageInterface
setMessage(\StringType $text, \LanguageCode $languageCode) : \InfoBoxMessageInterface
setMessageCollection(\KeyValueCollection $messages) : \InfoBoxMessageInterface
setModifiedDateTime(\DateTime $dateTime) : \InfoBoxMessageInterface
\DateTimeMessage modification date time.
\InfoBoxMessageInterfaceSame instance for method chaining.
setSource(\StringType $source) : \InfoBoxMessageInterface
setStatus(\StringType $status) : \InfoBoxMessageInterface
setType(\StringType $type) : \InfoBoxMessageInterface
setVisibility(\StringType $visibility) : \InfoBoxMessageInterface