fetchRoleOrNull

open suspend fun fetchRoleOrNull(): Role?(source)

Retrieve the Role associated with this behaviour from the provided EntitySupplier returns null if the Role isn't present.

Throws

if anything went wrong during the request.