Class TeamsRemovedInTemplateEvent

java.lang.Object
com.xebialabs.xlrelease.domain.events.TeamsRemovedInTemplateEvent
All Implemented Interfaces:
TeamEvent, XLReleaseEvent, Serializable, scala.Equals, scala.Product

public class TeamsRemovedInTemplateEvent extends Object implements TeamEvent, scala.Product, Serializable
Event published when teams of a template are removed when the template is moved to a folder. param: templateId ID of the template which was moved. param: folderTitle Title of the folder to which the template was moved.
See Also:
  • Constructor Details

    • TeamsRemovedInTemplateEvent

      public TeamsRemovedInTemplateEvent(String templateId, String folderTitle)
  • Method Details

    • apply

      public static TeamsRemovedInTemplateEvent apply(String templateId, String folderTitle)
    • unapply

      public static scala.Option<scala.Tuple2<String,String>> unapply(TeamsRemovedInTemplateEvent x$0)
    • username

      public String username()
      Specified by:
      username in interface XLReleaseEvent
    • username_$eq

      public void username_$eq(String x$1)
      Specified by:
      username_$eq in interface XLReleaseEvent
    • timestamp

      public Date timestamp()
      Specified by:
      timestamp in interface XLReleaseEvent
    • templateId

      public String templateId()
    • folderTitle

      public String folderTitle()
    • copy

      public TeamsRemovedInTemplateEvent copy(String templateId, String folderTitle)
    • copy$default$1

      public String copy$default$1()
    • copy$default$2

      public String copy$default$2()
    • productPrefix

      public String productPrefix()
      Specified by:
      productPrefix in interface scala.Product
    • productArity

      public int productArity()
      Specified by:
      productArity in interface scala.Product
    • productElement

      public Object productElement(int x$1)
      Specified by:
      productElement in interface scala.Product
    • productIterator

      public scala.collection.Iterator<Object> productIterator()
      Specified by:
      productIterator in interface scala.Product
    • canEqual

      public boolean canEqual(Object x$1)
      Specified by:
      canEqual in interface scala.Equals
    • productElementName

      public String productElementName(int x$1)
      Specified by:
      productElementName in interface scala.Product
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object x$1)
      Specified by:
      equals in interface scala.Equals
      Overrides:
      equals in class Object