com.atlassian.crowd.integration.rest.entity
Class WebhookEntity

java.lang.Object
  extended by com.atlassian.crowd.integration.rest.entity.WebhookEntity

public class WebhookEntity
extends Object

REST version of a validation factor (client-side).

Since:
2.7

Constructor Summary
WebhookEntity()
           
WebhookEntity(String endpointUrl, String token)
           
 
Method Summary
 String getEndpointUrl()
           
 long getId()
           
 String getToken()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebhookEntity

public WebhookEntity()

WebhookEntity

public WebhookEntity(String endpointUrl,
                     @Nullable
                     String token)
Method Detail

getId

public long getId()

getEndpointUrl

public String getEndpointUrl()

getToken

public String getToken()


Copyright © 2013 Atlassian. All Rights Reserved.