Package com.onslip360
Class API.Partial_WebhookAction
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.Partial_WebhookAction>
-
- com.onslip360.API.Partial_WebhookAction
-
- All Implemented Interfaces:
Cloneable
,Comparable<Onslip360Object<API.Partial_WebhookAction>>
- Enclosing class:
- API
public static class API.Partial_WebhookAction extends Onslip360Object<API.Partial_WebhookAction>
-
-
Constructor Summary
Constructors Constructor Description Partial_WebhookAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Erasable<Long>
accessToken()
API.Partial_WebhookAction
accessToken(Erasable<Long> accessToken)
API.Partial_WebhookAction
accessToken(Long accessToken)
Optional<String>
contentType()
API.Partial_WebhookAction
contentType(String contentType)
Optional<String>
endpointUri()
API.Partial_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
-
accessToken
@Nonnull public API.Partial_WebhookAction accessToken(@Nullable Long accessToken)
-
accessToken
@Nonnull public API.Partial_WebhookAction accessToken(@Nullable Erasable<Long> accessToken)
-
contentType
@Nonnull public API.Partial_WebhookAction contentType(@Nullable String contentType)
-
endpointUri
@Nonnull public API.Partial_WebhookAction endpointUri(@Nullable String endpointUri)
-
-