return INPUT;
if (result == null) { result = Action.SUCCESS; } return result;
return array;
return collection;
return this.collection2;
return foo;
return fooInt;
return list;
return list2;
return this.list3;
return map;
return result;
return status;
return Arrays.asList(SomeEnum.values());
return user;
this.array = array;
this.collection = collection;
this.collection2 = collection;
this.foo = foo;
this.fooInt = fooInt;
this.list = list;
this.list2 = list2;
this.list3 = list;
this.map = map;
this.result = result;
this.status = status;
this.user = user;