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_EventStream
client(Erasable<Long> client)
API.Partial_EventStream
client(Long client)
Erasable<Long>
location()
API.Partial_EventStream
location(Erasable<Long> location)
API.Partial_EventStream
location(Long location)
Optional<API.Partial_QueryTrigger[]>
queries()
API.Partial_EventStream
queries(API.Partial_QueryTrigger[] queries)
Optional<API.EventStream.State>
state()
API.Partial_EventStream
state(API.EventStream.State state)
Erasable<Long>
updatedBy()
API.Partial_EventStream
updatedBy(Erasable<Long> updatedBy)
API.Partial_EventStream
updatedBy(Long updatedBy)
Erasable<Long>
updatedFrom()
API.Partial_EventStream
updatedFrom(Erasable<Long> updatedFrom)
API.Partial_EventStream
updatedFrom(Long updatedFrom)
Erasable<Long>
user()
API.Partial_EventStream
user(Erasable<Long> user)
API.Partial_EventStream
user(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)
-
-