public static class CollaborationInfo.CollaborationEvent extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CollaborationInfo.CollaborationEvent.Type |
Constructor and Description |
---|
CollaborationEvent(CollaborationInfo.CollaborationEvent.Type type,
Object value) |
Modifier and Type | Method and Description |
---|---|
CollaborationInfo.CollaborationEvent.Type |
getType() |
Object |
getValue() |
void |
setType(CollaborationInfo.CollaborationEvent.Type type) |
void |
setValue(Object value) |
public CollaborationEvent(CollaborationInfo.CollaborationEvent.Type type, Object value)
public CollaborationInfo.CollaborationEvent.Type getType()
public void setType(CollaborationInfo.CollaborationEvent.Type type)
public Object getValue()
public void setValue(Object value)
Copyright © 2020. All rights reserved.