Uses of Interface
net.webpdf.wsclient.schema.beans.limits.Limits
-
Packages that use Limits Package Description net.webpdf.wsclient.schema.beans net.webpdf.wsclient.schema.beans.limits -
-
Uses of Limits in net.webpdf.wsclient.schema.beans
Methods in net.webpdf.wsclient.schema.beans that return Limits Modifier and Type Method Description @Nullable LimitsUser. getUserLimits()Returns theLimitsfor the current user.Methods in net.webpdf.wsclient.schema.beans with parameters of type Limits Modifier and Type Method Description voidUser. setUserLimits(@Nullable Limits userLimits)Sets the userLimitsfor the current user. -
Uses of Limits in net.webpdf.wsclient.schema.beans.limits
Classes in net.webpdf.wsclient.schema.beans.limits that implement Limits Modifier and Type Class Description classAnonymousLimitsAn instance ofAnonymousLimitslists the upload limits for anonymous webPDF server users.classUserLimitsAn instance ofUserLimitslists the upload limits for registered webPDF server users.
-