Package com.strongdm.api
Class AccessRequestEventHistory
java.lang.Object
com.strongdm.api.AccessRequestEventHistory
AccessRequestEventHistory records the state of a AccessRequest at a given point in time,
where every change (create, update and delete) to a AccessRequest produces an
AccessRequestEventHistory record.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe complete AccessRequestEvent state at this time.The unique identifier of the Activity that produced this change to the AccessRequest.If this Workflow was deleted, the time it was deleted.The time at which the AccessRequest state was recorded.voidThe complete AccessRequestEvent state at this time.voidsetActivityId(String in) The unique identifier of the Activity that produced this change to the AccessRequest.voidsetDeletedAt(Date in) If this Workflow was deleted, the time it was deleted.voidsetTimestamp(Date in) The time at which the AccessRequest state was recorded.
-
Constructor Details
-
AccessRequestEventHistory
public AccessRequestEventHistory()
-
-
Method Details
-
getAccessRequestEvent
The complete AccessRequestEvent state at this time. -
setAccessRequestEvent
The complete AccessRequestEvent state at this time. -
getActivityId
The unique identifier of the Activity that produced this change to the AccessRequest. May be empty for some system-initiated updates. -
setActivityId
The unique identifier of the Activity that produced this change to the AccessRequest. May be empty for some system-initiated updates. -
getDeletedAt
If this Workflow was deleted, the time it was deleted. -
setDeletedAt
If this Workflow was deleted, the time it was deleted. -
getTimestamp
The time at which the AccessRequest state was recorded. -
setTimestamp
The time at which the AccessRequest state was recorded.
-