169170171172173174175
/** {@inheritDoc} */ @Override public final void setSchema(SetSchemaRequest request) throws IOException, ServiceException { this.setDefaultsIfNUll(request); this.invoke(request, new SetSchemaRequestBuilder(), new VoidResponseHandler()); }