Class TemplateLogoUpdatedEvent
java.lang.Object
com.xebialabs.xlrelease.domain.events.TemplateLogoUpdatedEvent
- All Implemented Interfaces:
TemplateLogoEvent,XLReleaseEvent,Serializable,scala.Equals,scala.Product
public class TemplateLogoUpdatedEvent
extends Object
implements TemplateLogoEvent, scala.Product, Serializable
Event published when a template logo is updated.
param: templateId the ID of the template in which the logo was created. param: templateLogo the created template logo.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TemplateLogoUpdatedEventapply(String templateId, TemplateLogo templateLogo) booleancopy(String templateId, TemplateLogo templateLogo) booleaninthashCode()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>toString()static scala.Option<scala.Tuple2<String,TemplateLogo>> username()voidusername_$eq(String x$1) Methods inherited from interface scala.Product
productElementNamesMethods inherited from interface com.xebialabs.xlrelease.domain.events.XLReleaseEvent
timeMs, timestamp
-
Constructor Details
-
TemplateLogoUpdatedEvent
-
-
Method Details
-
apply
-
unapply
-
username
- Specified by:
usernamein interfaceXLReleaseEvent
-
username_$eq
- Specified by:
username_$eqin interfaceXLReleaseEvent
-
templateId
-
templateLogo
-
copy
-
copy$default$1
-
copy$default$2
-
productPrefix
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArityin interfacescala.Product
-
productElement
- Specified by:
productElementin interfacescala.Product
-
productIterator
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
- Specified by:
canEqualin interfacescala.Equals
-
productElementName
- Specified by:
productElementNamein interfacescala.Product
-
hashCode
public int hashCode() -
toString
-
equals
-