Class PNUUID
- java.lang.Object
-
- com.pubnub.api.models.consumer.objects_api.member.PNUUID
-
- Direct Known Subclasses:
PNUUID.JustUUID,PNUUID.UUIDWithCustom
public abstract class PNUUID extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPNUUID.JustUUIDstatic classPNUUID.UUIDIdstatic classPNUUID.UUIDWithCustom
-
Constructor Summary
Constructors Constructor Description PNUUID(PNUUID.UUIDId uuid)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PNUUID.UUIDIdgetUuid()static PNUUIDuuid(java.lang.String uuid)static PNUUIDuuidWithCustom(java.lang.String uuid, java.util.Map<java.lang.String,java.lang.Object> custom)
-
-
-
Constructor Detail
-
PNUUID
public PNUUID(PNUUID.UUIDId uuid)
-
-
Method Detail
-
uuid
public static PNUUID uuid(java.lang.String uuid)
-
uuidWithCustom
public static PNUUID uuidWithCustom(java.lang.String uuid, java.util.Map<java.lang.String,java.lang.Object> custom)
-
getUuid
public PNUUID.UUIDId getUuid()
-
-