Class PNWhereNowResult.PNWhereNowResultBuilder
- java.lang.Object
-
- com.pubnub.api.models.consumer.presence.PNWhereNowResult.PNWhereNowResultBuilder
-
- Enclosing class:
- PNWhereNowResult
public static class PNWhereNowResult.PNWhereNowResultBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PNWhereNowResult
build()
PNWhereNowResult.PNWhereNowResultBuilder
channels(java.util.List<java.lang.String> channels)
java.lang.String
toString()
-
-
-
Method Detail
-
channels
public PNWhereNowResult.PNWhereNowResultBuilder channels(java.util.List<java.lang.String> channels)
- Returns:
this
.
-
build
public PNWhereNowResult build()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-