I have a Java Optional variable that I\'m using as below.
Optional formsOptional = input.data().get().forms(); if(formsOptional.isPresent()) {