STWRecipientGroup

data class STWRecipientGroup(var groupId: Long, var groupName: String?) : STWRecipient

Constructors

Link copied to clipboard
fun STWRecipientGroup(parcel: Parcel)
Link copied to clipboard
fun STWRecipientGroup(groupId: Long, groupName: String?)

Types

Link copied to clipboard
object CREATOR : Parcelable.Creator<STWRecipientGroup>

Properties

Link copied to clipboard
var groupId: Long
Link copied to clipboard
var groupName: String?

Inherited properties

Link copied to clipboard
var type: Int? = null

Functions

Link copied to clipboard
open override fun describeContents(): Int
Link copied to clipboard
open override fun writeToParcel(parcel: Parcel, flags: Int)