Package com.vk.api.sdk.oneofs
Class UsersSubscriptionsItemOneOf
- java.lang.Object
-
- com.vk.api.sdk.oneofs.UsersSubscriptionsItemOneOf
-
public class UsersSubscriptionsItemOneOf extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description UsersSubscriptionsItemOneOf(com.google.gson.JsonObject data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserXtrTypegetOneOf0()GroupFullgetOneOf1()com.google.gson.JsonObjectgetRaw()
-
-
-
Method Detail
-
getRaw
public com.google.gson.JsonObject getRaw()
-
getOneOf0
public UserXtrType getOneOf0()
-
getOneOf1
public GroupFull getOneOf1()
-
-