gsdsdk / com.gsd.software.sdk.viewparser.dynamiclist.model / ActionType

ActionType

sealed class ActionType :Parcelable,Cloneable

Created by Maksim Shumko on 4/10/2020

Types

Name Summary
AssignDocument data class AssignDocument :ActionType
Delete data class Delete :ActionType
ExecuteMacro data class ExecuteMacro :ActionType
None object None :ActionType
OpenBrowser data class OpenBrowser :ActionType
OpenMap data class OpenMap :ActionType
OpenView data class OpenView :ActionType
PhoneCall data class PhoneCall :ActionType
ReceiveValue data class ReceiveValue :ActionType
Request sealed class Request :ActionType
SendMail data class SendMail :ActionType
ShortMessage data class ShortMessage :ActionType

Properties

Name Summary
conditionals val conditionals:List<Conditional>
parameters val parameters:List<Parameter>
successText val successText:String

Functions

Name Summary
clone abstract fun clone():ActionType
equals open fun equals(other:Any?):Boolean
hashCode open fun hashCode():Int

Companion Object Properties

Name Summary
ASSIGN_DOCUMENT const val ASSIGN_DOCUMENT:String
DELETE const val DELETE:String
EXECUTE_MACRO const val EXECUTE_MACRO:String
EXECUTE_REQUEST const val EXECUTE_REQUEST:String
GET const val GET:String
OPEN_BROWSER const val OPEN_BROWSER:String
OPEN_MAP const val OPEN_MAP:String
OPEN_VIEW const val OPEN_VIEW:String
PATCH const val PATCH:String
PHONE_CALL const val PHONE_CALL:String
POST const val POST:String
RECEIVE_VALUE const val RECEIVE_VALUE:String
SEND_MAIL const val SEND_MAIL:String
SHORT_MESSAGE const val SHORT_MESSAGE:String

Inheritors

Name Summary
AssignDocument data class AssignDocument :ActionType
Delete data class Delete :ActionType
ExecuteMacro data class ExecuteMacro :ActionType
None object None :ActionType
OpenBrowser data class OpenBrowser :ActionType
OpenMap data class OpenMap :ActionType
OpenView data class OpenView :ActionType
PhoneCall data class PhoneCall :ActionType
ReceiveValue data class ReceiveValue :ActionType
Request sealed class Request :ActionType
SendMail data class SendMail :ActionType
ShortMessage data class ShortMessage :ActionType