Package com.strongdm.api
Class AccessRequestEvent
java.lang.Object
com.strongdm.api.AccessRequestEvent
AccessRequestEvents hold information about events related to an access
request such as creation, approval and denial.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe account responsible for the event.getId()The access request event id.The metadata about the eventThe request that the event is bound to.getType()The type of event.voidsetActorId(String in) The account responsible for the event.voidThe access request event id.voidsetMetadata(String in) The metadata about the eventvoidsetRequestId(String in) The request that the event is bound to.voidThe type of event.
-
Constructor Details
-
AccessRequestEvent
public AccessRequestEvent()
-
-
Method Details
-
getActorId
The account responsible for the event. -
setActorId
The account responsible for the event. -
getId
The access request event id. -
setId
The access request event id. -
getMetadata
The metadata about the event -
setMetadata
The metadata about the event -
getRequestId
The request that the event is bound to. -
setRequestId
The request that the event is bound to. -
getType
The type of event. -
setType
The type of event.
-