Class GlobalEventChatRead.Builder
- java.lang.Object
-
- com.rivet.api.resources.identity.common.types.GlobalEventChatRead.Builder
-
- All Implemented Interfaces:
GlobalEventChatRead._FinalStage,GlobalEventChatRead.ReadTsStage,GlobalEventChatRead.ThreadIdStage
- Enclosing class:
- GlobalEventChatRead
public static final class GlobalEventChatRead.Builder extends java.lang.Object implements GlobalEventChatRead.ThreadIdStage, GlobalEventChatRead.ReadTsStage, GlobalEventChatRead._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GlobalEventChatReadbuild()GlobalEventChatRead.Builderfrom(GlobalEventChatRead other)GlobalEventChatRead._FinalStagereadTs(java.time.OffsetDateTime readTs)GlobalEventChatRead.ReadTsStagethreadId(java.util.UUID threadId)
-
-
-
Method Detail
-
from
public GlobalEventChatRead.Builder from(GlobalEventChatRead other)
- Specified by:
fromin interfaceGlobalEventChatRead.ThreadIdStage
-
threadId
public GlobalEventChatRead.ReadTsStage threadId(java.util.UUID threadId)
- Specified by:
threadIdin interfaceGlobalEventChatRead.ThreadIdStage
-
readTs
public GlobalEventChatRead._FinalStage readTs(java.time.OffsetDateTime readTs)
- Specified by:
readTsin interfaceGlobalEventChatRead.ReadTsStage
-
build
public GlobalEventChatRead build()
- Specified by:
buildin interfaceGlobalEventChatRead._FinalStage
-
-