Uses of Class
com.oracle.bmc.lockbox.model.ActivityLog.Builder
-
Packages that use ActivityLog.Builder Package Description com.oracle.bmc.lockbox.model -
-
Uses of ActivityLog.Builder in com.oracle.bmc.lockbox.model
Methods in com.oracle.bmc.lockbox.model that return ActivityLog.Builder Modifier and Type Method Description ActivityLog.Builder
ActivityLog.Builder. action(AccessRequestActionType action)
The action take by personastatic ActivityLog.Builder
ActivityLog. builder()
Create a new builder.ActivityLog.Builder
ActivityLog.Builder. copy(ActivityLog model)
ActivityLog.Builder
ActivityLog.Builder. message(String message)
The action justification or details.ActivityLog.Builder
ActivityLog.Builder. timeUpdated(Date timeUpdated)
The time the action was taken.ActivityLog.Builder
ActivityLog. toBuilder()
ActivityLog.Builder
ActivityLog.Builder. userId(String userId)
User OCID of the personaActivityLog.Builder
ActivityLog.Builder. userLevel(PersonaLevel userLevel)
Level of the persona
-