toggle menu
BlueConic Android SDK
5.2.6
switch theme
search in API
BlueConic Android SDK
/
com.blueconic.impl
/
CommitLogImpl
/
PropertyCommitEntryImpl
Property
Commit
Entry
Impl
class
PropertyCommitEntryImpl
(
type
:
CommitLogImpl.OperationType
,
values
:
Set
<
String
>
?
)
:
Serializable
Entry for the commit log for properties.
Members
Constructors
Property
Commit
Entry
Impl
Link copied to clipboard
constructor
(
type
:
CommitLogImpl.OperationType
,
values
:
Set
<
String
>
?
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
values
Link copied to clipboard
@get:
Synchronized
@set:
Synchronized
var
values
:
MutableSet
<
String
>
Functions
get
Type
Link copied to clipboard
fun
getType
(
)
:
CommitLogImpl.OperationType
Returns the type of operation.