org.eclipse.egit.github.core.event
Class DeletePayload
java.lang.Object
org.eclipse.egit.github.core.event.EventPayload
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeletePayload
public DeletePayload()
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.