Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.FetchErrorReportingMethodType
-
Packages that use FetchErrorReportingMethodType Package Description com.evolveum.midpoint.schema com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of FetchErrorReportingMethodType in com.evolveum.midpoint.schema
Methods in com.evolveum.midpoint.schema that return FetchErrorReportingMethodType Modifier and Type Method Description static FetchErrorReportingMethodTypeGetOperationOptions. getErrorReportingMethod(GetOperationOptions options)Methods in com.evolveum.midpoint.schema with parameters of type FetchErrorReportingMethodType Modifier and Type Method Description GetOperationOptionsBuilderGetOperationOptionsBuilder. errorReportingMethod(FetchErrorReportingMethodType method)GetOperationOptionsBuilderGetOperationOptionsBuilderImpl. errorReportingMethod(FetchErrorReportingMethodType method)voidGetOperationOptions. setErrorReportingMethod(FetchErrorReportingMethodType method, PrismContext prismContext) -
Uses of FetchErrorReportingMethodType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return FetchErrorReportingMethodType Modifier and Type Method Description static FetchErrorReportingMethodTypeFetchErrorReportingMethodType. fromValue(String v)FetchErrorReportingMethodTypeFetchErrorHandlingType. getReportingMethod()static FetchErrorReportingMethodTypeFetchErrorReportingMethodType. valueOf(String name)Returns the enum constant of this type with the specified name.static FetchErrorReportingMethodType[]FetchErrorReportingMethodType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type FetchErrorReportingMethodType Modifier and Type Method Description FetchErrorHandlingTypeFetchErrorHandlingType. reportingMethod(FetchErrorReportingMethodType value)voidFetchErrorHandlingType. setReportingMethod(FetchErrorReportingMethodType value)
-