com.atlassian.sal.api.events
Class SessionDestroyedEvent.Builder

java.lang.Object
  extended by com.atlassian.sal.api.events.SessionDestroyedEvent.Builder
Enclosing class:
SessionDestroyedEvent

public static class SessionDestroyedEvent.Builder
extends Object


Method Summary
 SessionDestroyedEvent build()
           
 SessionDestroyedEvent.Builder sessionId(String sessionId)
           
 SessionDestroyedEvent.Builder userName(String userName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

sessionId

public SessionDestroyedEvent.Builder sessionId(String sessionId)

userName

public SessionDestroyedEvent.Builder userName(@Nullable
                                              String userName)

build

public SessionDestroyedEvent build()


Copyright © 2014 Atlassian. All rights reserved.