Simulating back button in appium using page object model

Hi All,
I am trying to simulate the android back button action in android using appium java. I want to simulate the back button functionality using the page object model.
Without the page object model, I am able to simulate the android back button but with the page object model I am not getting how to do it.