/resources
Execute the requested operation.exceptionBuildException if an error occurs super.execute(); if (type != null) { execute("/resources?type=" + type); } else { execute("/resources"); }
super.execute(); if (type != null) { execute("/resources?type=" + type); } else { execute("/resources"); }
return (this.type);
this.type = type;