org.eclipse.egit.github.core.event
Class DeletePayload

java.lang.Object
  extended by org.eclipse.egit.github.core.event.EventPayload
      extended by org.eclipse.egit.github.core.event.DeletePayload
All Implemented Interfaces:
Serializable

public class DeletePayload
extends EventPayload
implements Serializable

DeleteEvent payload model class.

See Also:
Serialized Form

Constructor Summary
DeletePayload()
           
 
Method Summary
 String getRef()
           
 String getRefType()
           
 DeletePayload setRef(String ref)
           
 DeletePayload setRefType(String refType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeletePayload

public DeletePayload()
Method Detail

getRefType

public String getRefType()
Returns:
refType

setRefType

public DeletePayload setRefType(String refType)
Parameters:
refType -
Returns:
this DeletePayload

getRef

public String getRef()
Returns:
ref

setRef

public DeletePayload setRef(String ref)
Parameters:
ref -
Returns:
this DeletePayload


Copyright © 2012. All Rights Reserved.