Package com.onslip360
Class API.Trigger
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.Trigger>
-
- com.onslip360.API.Trigger
-
- All Implemented Interfaces:
Cloneable
,Comparable<Onslip360Object<API.Trigger>>
- Enclosing class:
- API
public static class API.Trigger extends Onslip360Object<API.Trigger>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
API.Trigger.Type
-
Constructor Summary
Constructors Constructor Description Trigger(API.TriggerAction action, API.Trigger.Type type)
-
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
-
-
-
-
Constructor Detail
-
Trigger
public Trigger(API.TriggerAction action, API.Trigger.Type type)
-
-
Method Detail
-
action
@Nonnull public API.TriggerAction action()
-
query
@Nonnull public Optional<API.QueryTrigger> query()
-
type
@Nonnull public API.Trigger.Type type()
-
action
@Nonnull public API.Trigger action(API.TriggerAction action)
-
created
@Nonnull public API.Trigger created(@Nullable String created)
-
deleted
@Nonnull public API.Trigger deleted(@Nullable String deleted)
-
endDate
@Nonnull public API.Trigger endDate(@Nullable String endDate)
-
id
@Nonnull public API.Trigger id(@Nullable Long id)
-
labels
@Nonnull public API.Trigger labels(@Nullable Long[] labels)
-
query
@Nonnull public API.Trigger query(@Nullable API.QueryTrigger query)
-
schedules
@Nonnull public API.Trigger schedules(@Nullable String[] schedules)
-
startDate
@Nonnull public API.Trigger startDate(@Nullable String startDate)
-
tags
@Nonnull public API.Trigger tags(@Nullable String[] tags)
-
type
@Nonnull public API.Trigger type(API.Trigger.Type type)
-
updated
@Nonnull public API.Trigger updated(@Nullable String updated)
-
updatedBy
@Nonnull public API.Trigger updatedBy(@Nullable Long updatedBy)
-
updatedFrom
@Nonnull public API.Trigger updatedFrom(@Nullable Long updatedFrom)
-
user
@Nonnull public API.Trigger user(@Nullable Long user)
-
-