Package com.onslip360
Class API.Partial_EventStream
- java.lang.Object
 - 
- com.onslip360.Onslip360Object<API.Partial_EventStream>
 - 
- com.onslip360.API.Partial_EventStream
 
 
 
- 
- All Implemented Interfaces:
 Cloneable,Comparable<Onslip360Object<API.Partial_EventStream>>
- Enclosing class:
 - API
 
public static class API.Partial_EventStream extends Onslip360Object<API.Partial_EventStream>
 
- 
- 
Constructor Summary
Constructors Constructor Description Partial_EventStream() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Erasable<Long>client()API.Partial_EventStreamclient(Erasable<Long> client)API.Partial_EventStreamclient(Long client)Erasable<Long>location()API.Partial_EventStreamlocation(Erasable<Long> location)API.Partial_EventStreamlocation(Long location)Optional<API.Partial_QueryTrigger[]>queries()API.Partial_EventStreamqueries(API.Partial_QueryTrigger[] queries)Optional<API.EventStream.State>state()API.Partial_EventStreamstate(API.EventStream.State state)Erasable<Long>updatedBy()API.Partial_EventStreamupdatedBy(Erasable<Long> updatedBy)API.Partial_EventStreamupdatedBy(Long updatedBy)Erasable<Long>updatedFrom()API.Partial_EventStreamupdatedFrom(Erasable<Long> updatedFrom)API.Partial_EventStreamupdatedFrom(Long updatedFrom)Erasable<Long>user()API.Partial_EventStreamuser(Erasable<Long> user)API.Partial_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 
 - 
 
 - 
 
- 
- 
Method Detail
- 
queries
@Nonnull public Optional<API.Partial_QueryTrigger[]> queries()
 
- 
state
@Nonnull public Optional<API.EventStream.State> state()
 
- 
client
@Nonnull public API.Partial_EventStream client(@Nullable Long client)
 
- 
client
@Nonnull public API.Partial_EventStream client(@Nullable Erasable<Long> client)
 
- 
location
@Nonnull public API.Partial_EventStream location(@Nullable Long location)
 
- 
location
@Nonnull public API.Partial_EventStream location(@Nullable Erasable<Long> location)
 
- 
queries
@Nonnull public API.Partial_EventStream queries(@Nullable API.Partial_QueryTrigger[] queries)
 
- 
state
@Nonnull public API.Partial_EventStream state(@Nullable API.EventStream.State state)
 
- 
updatedBy
@Nonnull public API.Partial_EventStream updatedBy(@Nullable Long updatedBy)
 
- 
updatedBy
@Nonnull public API.Partial_EventStream updatedBy(@Nullable Erasable<Long> updatedBy)
 
- 
updatedFrom
@Nonnull public API.Partial_EventStream updatedFrom(@Nullable Long updatedFrom)
 
- 
updatedFrom
@Nonnull public API.Partial_EventStream updatedFrom(@Nullable Erasable<Long> updatedFrom)
 
- 
user
@Nonnull public API.Partial_EventStream user(@Nullable Long user)
 
- 
user
@Nonnull public API.Partial_EventStream user(@Nullable Erasable<Long> user)
 
 - 
 
 -