Package com.vk.api.sdk.objects.callback
Class Confirmation
- java.lang.Object
-
- com.vk.api.sdk.objects.callback.Base
-
- com.vk.api.sdk.objects.callback.Confirmation
-
-
Constructor Summary
Constructors Constructor Description Confirmation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)TypegetType()inthashCode()ConfirmationsetType(Type type)java.lang.StringtoPrettyString()java.lang.StringtoString()-
Methods inherited from class com.vk.api.sdk.objects.callback.Base
getEventId, getGroupId, getSecret, setEventId, setGroupId, setSecret
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.vk.api.sdk.objects.Validable
validateRequired
-
-
-
-
Method Detail
-
setType
public Confirmation setType(Type type)
-
toPrettyString
public java.lang.String toPrettyString()
- Overrides:
toPrettyStringin classBase
-
-