use of com.evolveum.midpoint.xml.ns._public.common.common_3.GetOperationOptionsType in project midpoint by Evolveum.
the class ModelClientUtil method createRawGetOption.
public static GetOperationOptionsType createRawGetOption() {
GetOperationOptionsType opts = new GetOperationOptionsType();
opts.setRaw(Boolean.TRUE);
return opts;
}
Aggregations