com.microsoft.tfs.core.clients.registration
Class EventType
java.lang.Object
com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
com.microsoft.tfs.core.clients.registration.EventType
public class EventType
- extends com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
Describes a configured event.
- Since:
- TEE-SDK-10.1
- Thread-safety:
- thread-compatible
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper |
webServiceObject |
Constructor Summary |
EventType(ms.tfs.services.registration._03._RegistrationEventType eventType)
|
EventType(java.lang.String name,
java.lang.String schema)
|
Method Summary |
java.lang.String |
getName()
|
java.lang.String |
getSchema()
|
ms.tfs.services.registration._03._RegistrationEventType |
getWebServiceObject()
Gets the web service object this class wraps. |
Methods inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper |
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
EventType
public EventType(java.lang.String name,
java.lang.String schema)
EventType
public EventType(ms.tfs.services.registration._03._RegistrationEventType eventType)
getWebServiceObject
public ms.tfs.services.registration._03._RegistrationEventType getWebServiceObject()
- Gets the web service object this class wraps. The returned object should
not be modified.
- Returns:
- the web service object this class wraps.
getName
public java.lang.String getName()
getSchema
public java.lang.String getSchema()
© 2015 Microsoft. All rights reserved.