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