return xml;
}
private String subCommUpdateRequestPayload() throws ClientServicesException {
CommunitySerializer serializer = new CommunitySerializer(this);
String xml = serializer.subCommUpdatePayload();
return xml;
}
@Override
public CommunityService getService() {