Class ImmutableWebhook
java.lang.Object
com.atlassian.crowd.model.webhook.ImmutableWebhook
- All Implemented Interfaces:
Webhook
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedImmutableWebhook(Long id, String endpointUrl, ImmutableApplication application, String token, Date oldestFailureDate, long failuresSinceLastSuccess) -
Method Summary
Modifier and TypeMethodDescriptionstatic ImmutableWebhook.Builderbuilder()static ImmutableWebhook.BuilderbooleanlonggetId()getToken()inthashCode()toString()
-
Constructor Details
-
ImmutableWebhook
protected ImmutableWebhook(Long id, String endpointUrl, ImmutableApplication application, String token, Date oldestFailureDate, long failuresSinceLastSuccess)
-
-
Method Details
-
getId
-
getEndpointUrl
- Specified by:
getEndpointUrlin interfaceWebhook
-
getApplication
- Specified by:
getApplicationin interfaceWebhook
-
getToken
-
getOldestFailureDate
- Specified by:
getOldestFailureDatein interfaceWebhook
-
getFailuresSinceLastSuccess
public long getFailuresSinceLastSuccess()- Specified by:
getFailuresSinceLastSuccessin interfaceWebhook
-
builder
-
builder
-
equals
-
hashCode
public int hashCode() -
toString
-