Uses of Class
com.github.stormbit.sdk.utils.vkapi.docs.DocTypes
-
Packages that use DocTypes Package Description com.github.stormbit.sdk.objects com.github.stormbit.sdk.utils.vkapi.docs -
-
Uses of DocTypes in com.github.stormbit.sdk.objects
Methods in com.github.stormbit.sdk.objects with parameters of type DocTypes Modifier and Type Method Description MessageMessage. doc(String doc, DocTypes typeOfDoc)Synchronous adding doc to the messageMessageMessage. docAsync(String doc, DocTypes type)Attach doc to messageMessageMessage. docFromBytes(byte[] docBytes, DocTypes typeOfDoc, String fileNameField) -
Uses of DocTypes in com.github.stormbit.sdk.utils.vkapi.docs
Methods in com.github.stormbit.sdk.utils.vkapi.docs that return DocTypes Modifier and Type Method Description static DocTypesDocTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static DocTypes[]DocTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.
-