Uses of Class
de.xima.fc.user_portal.api.provider.model.UserPortalApiException
-
Packages that use UserPortalApiException Package Description de.xima.fc.user_portal.api.provider.spec -
-
Uses of UserPortalApiException in de.xima.fc.user_portal.api.provider.spec
Methods in de.xima.fc.user_portal.api.provider.spec that return types with arguments of type UserPortalApiException Modifier and Type Method Description de.xima.fc.api.rest.pub.client.user_portal.OneOfN.Either<T,UserPortalApiException>
IUserPortalResponse. get()
Blocks and synchronously gets the value or the error of the pending future .Method parameters in de.xima.fc.user_portal.api.provider.spec with type arguments of type UserPortalApiException Modifier and Type Method Description default T
IUserPortalResponse. orElseGet(Function<UserPortalApiException,T> defaultValue)
Blocks until the future has arrived and returns the present value.Methods in de.xima.fc.user_portal.api.provider.spec that throw UserPortalApiException Modifier and Type Method Description default T
IUserPortalResponse. orElseThrow()
Blocks until the future has arrived and returns the present value.
-