Package com.onslip360
Class API.Partial_Trigger
- java.lang.Object
 - 
- com.onslip360.Onslip360Object<API.Partial_Trigger>
 - 
- com.onslip360.API.Partial_Trigger
 
 
 
- 
- All Implemented Interfaces:
 Cloneable,Comparable<Onslip360Object<API.Partial_Trigger>>
- Enclosing class:
 - API
 
public static class API.Partial_Trigger extends Onslip360Object<API.Partial_Trigger>
 
- 
- 
Constructor Summary
Constructors Constructor Description Partial_Trigger() 
- 
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
- 
action
@Nonnull public Optional<API.Partial_TriggerAction> action()
 
- 
query
@Nonnull public Erasable<API.Partial_QueryTrigger> query()
 
- 
type
@Nonnull public Optional<API.Trigger.Type> type()
 
- 
action
@Nonnull public API.Partial_Trigger action(@Nullable API.Partial_TriggerAction action)
 
- 
deleted
@Nonnull public API.Partial_Trigger deleted(@Nullable String deleted)
 
- 
deleted
@Nonnull public API.Partial_Trigger deleted(@Nullable Erasable<String> deleted)
 
- 
endDate
@Nonnull public API.Partial_Trigger endDate(@Nullable String endDate)
 
- 
endDate
@Nonnull public API.Partial_Trigger endDate(@Nullable Erasable<String> endDate)
 
- 
labels
@Nonnull public API.Partial_Trigger labels(@Nullable Long[] labels)
 
- 
labels
@Nonnull public API.Partial_Trigger labels(@Nullable Erasable<Long[]> labels)
 
- 
query
@Nonnull public API.Partial_Trigger query(@Nullable API.Partial_QueryTrigger query)
 
- 
query
@Nonnull public API.Partial_Trigger query(@Nullable Erasable<API.Partial_QueryTrigger> query)
 
- 
schedules
@Nonnull public API.Partial_Trigger schedules(@Nullable String[] schedules)
 
- 
schedules
@Nonnull public API.Partial_Trigger schedules(@Nullable Erasable<String[]> schedules)
 
- 
startDate
@Nonnull public API.Partial_Trigger startDate(@Nullable String startDate)
 
- 
startDate
@Nonnull public API.Partial_Trigger startDate(@Nullable Erasable<String> startDate)
 
- 
tags
@Nonnull public API.Partial_Trigger tags(@Nullable String[] tags)
 
- 
tags
@Nonnull public API.Partial_Trigger tags(@Nullable Erasable<String[]> tags)
 
- 
type
@Nonnull public API.Partial_Trigger type(@Nullable API.Trigger.Type type)
 
 - 
 
 -