Package com.onslip360
Class API.Partial_TriggerEvent
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.Partial_TriggerEvent>
-
- com.onslip360.API.Partial_TriggerEvent
-
- All Implemented Interfaces:
Cloneable
,Comparable<Onslip360Object<API.Partial_TriggerEvent>>
- Enclosing class:
- API
public static class API.Partial_TriggerEvent extends Onslip360Object<API.Partial_TriggerEvent>
-
-
Constructor Summary
Constructors Constructor Description Partial_TriggerEvent()
-
Method Summary
-
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
-
logLevel
@Nonnull public Optional<API.TriggerAction.LogLevel> logLevel()
-
result
@Nonnull public Erasable<API.Partial_FileArchive> result()
-
serverError
@Nonnull public Erasable<API.Partial_ServerError> serverError()
-
triggerAction
@Nonnull public Optional<API.Partial_TriggerAction> triggerAction()
-
triggerStatus
@Nonnull public Optional<API.TriggerEvent.Status> triggerStatus()
-
deleted
@Nonnull public API.Partial_TriggerEvent deleted(@Nullable String deleted)
-
deleted
@Nonnull public API.Partial_TriggerEvent deleted(@Nullable Erasable<String> deleted)
-
description
@Nonnull public API.Partial_TriggerEvent description(@Nullable String description)
-
labels
@Nonnull public API.Partial_TriggerEvent labels(@Nullable Long[] labels)
-
labels
@Nonnull public API.Partial_TriggerEvent labels(@Nullable Erasable<Long[]> labels)
-
logLevel
@Nonnull public API.Partial_TriggerEvent logLevel(@Nullable API.TriggerAction.LogLevel logLevel)
-
result
@Nonnull public API.Partial_TriggerEvent result(@Nullable API.Partial_FileArchive result)
-
result
@Nonnull public API.Partial_TriggerEvent result(@Nullable Erasable<API.Partial_FileArchive> result)
-
retryCount
@Nonnull public API.Partial_TriggerEvent retryCount(@Nullable Integer retryCount)
-
serverError
@Nonnull public API.Partial_TriggerEvent serverError(@Nullable API.Partial_ServerError serverError)
-
serverError
@Nonnull public API.Partial_TriggerEvent serverError(@Nullable Erasable<API.Partial_ServerError> serverError)
-
statusMessage
@Nonnull public API.Partial_TriggerEvent statusMessage(@Nullable String statusMessage)
-
statusMessage
@Nonnull public API.Partial_TriggerEvent statusMessage(@Nullable Erasable<String> statusMessage)
-
tags
@Nonnull public API.Partial_TriggerEvent tags(@Nullable String[] tags)
-
tags
@Nonnull public API.Partial_TriggerEvent tags(@Nullable Erasable<String[]> tags)
-
trigger
@Nonnull public API.Partial_TriggerEvent trigger(@Nullable Long trigger)
-
trigger
@Nonnull public API.Partial_TriggerEvent trigger(@Nullable Erasable<Long> trigger)
-
triggerAction
@Nonnull public API.Partial_TriggerEvent triggerAction(@Nullable API.Partial_TriggerAction triggerAction)
-
triggerStatus
@Nonnull public API.Partial_TriggerEvent triggerStatus(@Nullable API.TriggerEvent.Status triggerStatus)
-
-