Package com.onslip360
Class API.WebhookAction
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.WebhookAction>
-
- com.onslip360.API.WebhookAction
-
- All Implemented Interfaces:
Cloneable
,Comparable<Onslip360Object<API.WebhookAction>>
- Enclosing class:
- API
public static class API.WebhookAction extends Onslip360Object<API.WebhookAction>
-
-
Constructor Summary
Constructors Constructor Description WebhookAction(String contentType, String endpointUri)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<Long>
accessToken()
API.WebhookAction
accessToken(Long accessToken)
String
contentType()
API.WebhookAction
contentType(String contentType)
String
endpointUri()
API.WebhookAction
endpointUri(String endpointUri)
-
Methods inherited from class com.onslip360.Onslip360Object
clone, compareTo, equals, fromJson, fromJson, fromJsonArray, fromJsonArray, fromList, fromMap, fromObject, getExtended, hashCode, setExtended, setExtended, toJson, toJson, toJson, toJson, toList, toMap, toString
-
-
-
-
Method Detail
-
contentType
@Nonnull public String contentType()
-
endpointUri
@Nonnull public String endpointUri()
-
accessToken
@Nonnull public API.WebhookAction accessToken(@Nullable Long accessToken)
-
contentType
@Nonnull public API.WebhookAction contentType(String contentType)
-
endpointUri
@Nonnull public API.WebhookAction endpointUri(String endpointUri)
-
-