Class PNWhereNowResult
- java.lang.Object
-
- com.pubnub.api.models.consumer.presence.PNWhereNowResult
-
public class PNWhereNowResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPNWhereNowResult.PNWhereNowResultBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PNWhereNowResult.PNWhereNowResultBuilderbuilder()java.util.List<java.lang.String>getChannels()java.lang.StringtoString()
-
-
-
Method Detail
-
builder
public static PNWhereNowResult.PNWhereNowResultBuilder builder()
-
getChannels
public java.util.List<java.lang.String> getChannels()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-