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 class
PNWhereNowResult.PNWhereNowResultBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PNWhereNowResult.PNWhereNowResultBuilder
builder()
java.util.List<java.lang.String>
getChannels()
java.lang.String
toString()
-
-
-
Method Detail
-
builder
public static PNWhereNowResult.PNWhereNowResultBuilder builder()
-
getChannels
public java.util.List<java.lang.String> getChannels()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-