Class InfoBoxMessage
category |
System |
---|---|
package |
InfoBox |
subpackage |
Entities |
__construct()
getAddedDateTime() : \DateTime
\DateTime
The added date time.
getButtonLabel(\LanguageCode $languageCode) : string
string
The message button label.
getButtonLabelCollection() : \EditableKeyValueCollection
getButtonLink() : string
string
Link of the message button.
getCustomerId() : integer
integer
getHeadLine(\LanguageCode $languageCode) : string
string
The message headline.
getHeadLineCollection() : \EditableKeyValueCollection
getId() : integer
integer
ID of the message.
getIdentifier() : string
string
Message identifier.
getMessage(\LanguageCode $languageCode) : string
getMessageCollection() : \EditableKeyValueCollection
getModifiedDateTime() : \DateTime
\DateTime
The modified date time.
getSource() : string
string
Source of the message.
getStatus() : string
string
Status of the message.
getType() : string
string
getVisibility() : string
string
Visibility of the message.
setAddedDateTime(\DateTime $dateTime) : \InfoBoxMessage
\DateTime
Message added date time value.
\InfoBoxMessage
Same instance for method chaining.
setButtonLabel(\StringType $text, \LanguageCode $languageCode) : \InfoBoxMessage
setButtonLabelCollection(\KeyValueCollection $buttonLabels) : \InfoBoxMessage
setButtonLink(\StringType $buttonLink) : \InfoBoxMessage
setCustomerId(\IdType $customerId) : \InfoBoxMessage
setHeadLine(\StringType $text, \LanguageCode $languageCode) : \InfoBoxMessage
setHeadLineCollection(\KeyValueCollection $headlines) : \InfoBoxMessage
setId(\IdType $id) : \InfoBoxMessage
setIdentifier(\StringType $identifier) : \InfoBoxMessage
setMessage(\StringType $text, \LanguageCode $languageCode) : \InfoBoxMessage
setMessageCollection(\KeyValueCollection $messages) : \InfoBoxMessage
setModifiedDateTime(\DateTime $dateTime) : \InfoBoxMessage
\DateTime
Message modification date time.
\InfoBoxMessage
Same instance for method chaining.
setSource(\StringType $source) : \InfoBoxMessage
setStatus(\StringType $status) : \InfoBoxMessage
setType(\StringType $type) : \InfoBoxMessage
setVisibility(\StringType $visibility) : \InfoBoxMessage
source : string
var |
---|
string
id : string
var |
---|
string
identifier : string
var |
---|
string
status : string
var |
---|
string
type : string
var |
---|
string
visibility : string
var |
---|
string
customerId : integer
var |
---|
integer
addedDateTime : \DateTime
var |
---|
\DateTime
modifiedDateTime : \DateTime
var |
---|
\DateTime