Uses of Class
com.oracle.bmc.jms.model.Principal
-
Packages that use Principal Package Description com.oracle.bmc.jms.model -
-
Uses of Principal in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return Principal Modifier and Type Method Description Principal
Principal.Builder. build()
Principal
WorkRequest. getCreatedBy()
Methods in com.oracle.bmc.jms.model with parameters of type Principal Modifier and Type Method Description Principal.Builder
Principal.Builder. copy(Principal model)
WorkRequest.Builder
WorkRequest.Builder. createdBy(Principal createdBy)
Constructors in com.oracle.bmc.jms.model with parameters of type Principal Constructor Description WorkRequest(OperationType operationType, OperationStatus status, String id, String compartmentId, List<WorkRequestResource> resources, Float percentComplete, Date timeAccepted, Date timeStarted, Date timeFinished, Principal createdBy, Date timeLastUpdated, Integer totalTaskCount, Integer completedTaskCount)
Deprecated.
-