Package com.strongdm.api
Class ActivityEntity
java.lang.Object
com.strongdm.api.ActivityEntity
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetEmail()
The email of the affected entity, if it has one (for example, if it is an account).The external ID of the affected entity, if it has one (for example, if it is an account).getId()
The unique identifier of the entity this activity affected.getName()
A display name representing the affected entity.getType()
The type of entity affected, one of the ActivityEntityType constants.void
The email of the affected entity, if it has one (for example, if it is an account).void
setExternalId
(String in) The external ID of the affected entity, if it has one (for example, if it is an account).void
The unique identifier of the entity this activity affected.void
A display name representing the affected entity.void
The type of entity affected, one of the ActivityEntityType constants.
-
Constructor Details
-
ActivityEntity
public ActivityEntity()
-
-
Method Details
-
getEmail
The email of the affected entity, if it has one (for example, if it is an account). -
setEmail
The email of the affected entity, if it has one (for example, if it is an account). -
getExternalId
The external ID of the affected entity, if it has one (for example, if it is an account). -
setExternalId
The external ID of the affected entity, if it has one (for example, if it is an account). -
getId
The unique identifier of the entity this activity affected. -
setId
The unique identifier of the entity this activity affected. -
getName
A display name representing the affected entity. -
setName
A display name representing the affected entity. -
getType
The type of entity affected, one of the ActivityEntityType constants. -
setType
The type of entity affected, one of the ActivityEntityType constants.
-