public class CreateIManageActivityLogRecordJson extends BaseJson
Constructor and Description |
---|
CreateIManageActivityLogRecordJson() |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getAnnotatingUsers()
Annotating users for annotated file
|
String |
getApplication()
Application name
|
Date |
getClientDate()
Client time to calculate the diff with server time
|
Date |
getDate()
Used by iOS for coming out of offline
|
String |
getItemId()
Imanage item id for the document
|
String |
getPrinterName()
Printer name (not implemented).
|
LogActionType |
getType()
Type of log action
|
String |
getWorkspaceGuid()
The workspace guid
|
void |
setAnnotatingUsers(Set<String> annotatingUsers)
Annotating users for annotated file
|
void |
setApplication(String application)
Application name
|
void |
setClientDate(Date clientDate)
Client time to calculate the diff with server time
|
void |
setDate(Date date)
Used by iOS for coming out of offline
|
void |
setItemId(String itemId)
Imanage item id for the document
|
void |
setPrinterName(String printerName)
Printer name (not implemented).
|
void |
setType(LogActionType type)
Type of log action
|
void |
setWorkspaceGuid(String workspaceGuid)
The workspace guid
|
getObjType, setObjType, toString
public Date getDate()
public void setDate(Date date)
date
- Used by iOS for coming out of offlinepublic String getItemId()
public void setItemId(String itemId)
itemId
- Imanage item id for the documentpublic String getApplication()
public void setApplication(String application)
application
- Application namepublic Set<String> getAnnotatingUsers()
public void setAnnotatingUsers(Set<String> annotatingUsers)
annotatingUsers
- Annotating users for annotated filepublic Date getClientDate()
public void setClientDate(Date clientDate)
clientDate
- Client time to calculate the diff with server timepublic String getPrinterName()
public void setPrinterName(String printerName)
printerName
- Printer name (not implemented).public String getWorkspaceGuid()
public void setWorkspaceGuid(String workspaceGuid)
workspaceGuid
- The workspace guidpublic LogActionType getType()
public void setType(LogActionType type)
type
- Type of log actionCopyright © 2019. All rights reserved.