Package com.vk.api.sdk.objects.newsfeed
Class ItemNote
- java.lang.Object
-
- com.vk.api.sdk.objects.newsfeed.ItemBase
-
- com.vk.api.sdk.objects.newsfeed.ItemNote
-
-
Constructor Summary
Constructors Constructor Description ItemNote()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)ItemNoteNotesgetNotes()inthashCode()ItemNotesetNotes(ItemNoteNotes notes)java.lang.StringtoPrettyString()java.lang.StringtoString()-
Methods inherited from class com.vk.api.sdk.objects.newsfeed.ItemBase
getDate, getSourceId, getType, setDate, setSourceId, setType
-
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
-
getNotes
public ItemNoteNotes getNotes()
-
setNotes
public ItemNote setNotes(ItemNoteNotes notes)
-
toPrettyString
public java.lang.String toPrettyString()
- Overrides:
toPrettyStringin classItemBase
-
-