Uses of Class
org.javastro.ivoa.entities.uws.ErrorSummary.Builder
Packages that use ErrorSummary.Builder
-
Uses of ErrorSummary.Builder in org.javastro.ivoa.entities.uws
Methods in org.javastro.ivoa.entities.uws that return ErrorSummary.BuilderModifier and TypeMethodDescriptionstatic ErrorSummary.Builder<Void>ErrorSummary.builder()static ErrorSummary.Builder<Void>ErrorSummary.copyExcept(ErrorSummary _other, com.kscs.util.jaxb.PropertyTree _propertyTree) ErrorSummary.Builder.copyOf(ErrorSummary _other) ErrorSummary.Builder.copyOf(ErrorSummary.Builder _other) static <_B> ErrorSummary.Builder<_B>ErrorSummary.copyOf(ErrorSummary _other) static <_B> ErrorSummary.Builder<_B>ErrorSummary.copyOf(ErrorSummary _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static ErrorSummary.Builder<Void>ErrorSummary.copyOnly(ErrorSummary _other, com.kscs.util.jaxb.PropertyTree _propertyTree) ErrorSummary.newCopyBuilder()<_B> ErrorSummary.Builder<_B>ErrorSummary.newCopyBuilder(_B _parentBuilder) <_B> ErrorSummary.Builder<_B>ErrorSummary.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ErrorSummary.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ErrorSummary.Builder<? extends Job.Builder<_B>>Job.Builder.withErrorSummary()Returns the existing builder or a new builder to build the value of the "errorSummary" property.ErrorSummary.Builder.withHasDetail(boolean hasDetail) Sets the new value of "hasDetail" (any previous value will be replaced)ErrorSummary.Builder.withMessage(String message) Sets the new value of "message" (any previous value will be replaced)Sets the new value of "type" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.uws with parameters of type ErrorSummary.BuilderModifier and TypeMethodDescriptionErrorSummary.Builder.copyOf(ErrorSummary.Builder _other) <_B> voidErrorSummary.copyTo(ErrorSummary.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidErrorSummary.copyTo(ErrorSummary.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.