It's not in the docs I found it by looking at the source. E.g.
// To get the current Photo Quality setting
CameraKey.KeyPhotoQuality.create().get()
// To set a Photo Quality setting
CameraKey.KeyPhotoQuality.create().set(CameraPhotoQuality.SFINE, {
// Success handler
}, { idjiError ->...