Package com.onslip360
Class API.EventStream
- java.lang.Object
 - 
- com.onslip360.Onslip360Object<API.EventStream>
 - 
- com.onslip360.API.EventStream
 
 
 
- 
- All Implemented Interfaces:
 Cloneable,Comparable<Onslip360Object<API.EventStream>>
- Enclosing class:
 - API
 
public static class API.EventStream extends Onslip360Object<API.EventStream>
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAPI.EventStream.State 
- 
Constructor Summary
Constructors Constructor Description EventStream(API.QueryTrigger[] queries, API.EventStream.State state) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<Long>client()API.EventStreamclient(Long client)Optional<String>created()API.EventStreamcreated(String created)Optional<String>id()API.EventStreamid(String id)Optional<Long>location()API.EventStreamlocation(Long location)API.QueryTrigger[]queries()API.EventStreamqueries(API.QueryTrigger[] queries)API.EventStream.Statestate()API.EventStreamstate(API.EventStream.State state)Optional<String>updated()API.EventStreamupdated(String updated)Optional<Long>updatedBy()API.EventStreamupdatedBy(Long updatedBy)Optional<Long>updatedFrom()API.EventStreamupdatedFrom(Long updatedFrom)Optional<Long>user()API.EventStreamuser(Long user)- 
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
- 
EventStream
public EventStream(API.QueryTrigger[] queries, API.EventStream.State state)
 
 - 
 
- 
Method Detail
- 
queries
@Nonnull public API.QueryTrigger[] queries()
 
- 
state
@Nonnull public API.EventStream.State state()
 
- 
client
@Nonnull public API.EventStream client(@Nullable Long client)
 
- 
created
@Nonnull public API.EventStream created(@Nullable String created)
 
- 
id
@Nonnull public API.EventStream id(@Nullable String id)
 
- 
location
@Nonnull public API.EventStream location(@Nullable Long location)
 
- 
queries
@Nonnull public API.EventStream queries(API.QueryTrigger[] queries)
 
- 
state
@Nonnull public API.EventStream state(API.EventStream.State state)
 
- 
updated
@Nonnull public API.EventStream updated(@Nullable String updated)
 
- 
updatedBy
@Nonnull public API.EventStream updatedBy(@Nullable Long updatedBy)
 
- 
updatedFrom
@Nonnull public API.EventStream updatedFrom(@Nullable Long updatedFrom)
 
- 
user
@Nonnull public API.EventStream user(@Nullable Long user)
 
 - 
 
 -