customer-android-kotlin

//core/com.kustomer.core.models.kb/KusKbArticle/KBArticleScope

KBArticleScope

[androidJvm]
@JsonClass(generateAdapter = false)

enum KBArticleScope : Enum<KusKbArticle.KBArticleScope>

Entries

   
Public [androidJvm]
@Json(name = "public")
Public
Internal [androidJvm]
@Json(name = "internal")
Internal

Properties

Name Summary
entries [androidJvm]
val entries: EnumEntries<KusKbArticle.KBArticleScope>
Returns a representation of an immutable list of all enum entries, in the order they’re declared.

Functions

Name Summary
valueOf [androidJvm]
fun valueOf(value: String): KusKbArticle.KBArticleScope
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
values [androidJvm]
fun values(): Array<KusKbArticle.KBArticleScope>
Returns an array containing the constants of this enum type, in the order they’re declared.