public static class Publish.NoteOperation extends Publish.Note implements Publish.IMetadataChangeOperation
| Modifier and Type | Field and Description |
|---|---|
java.time.Instant |
DateAppliedUtc
Instant applied utc
|
Publish.MetadataChangeOperationType |
OperationType
Operation type
|
String |
User
User
|
NoteTextEndTime, StartTime| Constructor and Description |
|---|
NoteOperation() |
| Modifier and Type | Method and Description |
|---|---|
java.time.Instant |
getDateAppliedUtc() |
Publish.MetadataChangeOperationType |
getOperationType() |
String |
getUser() |
Publish.NoteOperation |
setDateAppliedUtc(java.time.Instant value) |
Publish.NoteOperation |
setOperationType(Publish.MetadataChangeOperationType value) |
Publish.NoteOperation |
setUser(String value) |
getNoteText, setNoteTextgetEndTime, getStartTime, setEndTime, setStartTimepublic java.time.Instant DateAppliedUtc
public String User
public Publish.MetadataChangeOperationType OperationType
public java.time.Instant getDateAppliedUtc()
public Publish.NoteOperation setDateAppliedUtc(java.time.Instant value)
public String getUser()
public Publish.NoteOperation setUser(String value)
public Publish.MetadataChangeOperationType getOperationType()
public Publish.NoteOperation setOperationType(Publish.MetadataChangeOperationType value)
Copyright © 2022. All rights reserved.