Uses of Class
net.webpdf.wsclient.openapi.OperationRubberStampAnnotation.IconEnum
-
Packages that use OperationRubberStampAnnotation.IconEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationRubberStampAnnotation.IconEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationRubberStampAnnotation.IconEnum Modifier and Type Method Description static OperationRubberStampAnnotation.IconEnumOperationRubberStampAnnotation.IconEnum. fromValue(String value)@Nullable OperationRubberStampAnnotation.IconEnumOperationRubberStampAnnotation. getIcon()The known \"named\" icon types for rubberstamp annotations: * approved = A stamp that marks the stamped context as approved. * experimental = A stamp that marks the stamped content to be an experimental state. * notApproved = A stamp that disapproves the stamped context. * asIs = A stamp that marks the content as is. * expired = A stamp that marks the contained information as no longer valid. * notForPublicRelease = A stamp that marks something as information for internal use only. * confidential = A stamp marking the page as confidential. * final = A stamp that indicates, that the current state of the document is final. * sold = A stamp that indicates the marked contents to be sold and no longer available. * departmental = A stamp that forbids information to be shared to recipient outside of a given department. * forComment = Marks the stamped context as a comment. * topSecret = Marks the stamped content not to be shared publicly. * draft = A stamp marking the content to be a draft and therefore a work in progress. * forPublicRelease = Marks the content for public sharing. * unnamed = The rubberstamp shall not provide a predefined name.static OperationRubberStampAnnotation.IconEnumOperationRubberStampAnnotation.IconEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationRubberStampAnnotation.IconEnum[]OperationRubberStampAnnotation.IconEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.openapi with parameters of type OperationRubberStampAnnotation.IconEnum Modifier and Type Method Description OperationRubberStampAnnotationOperationRubberStampAnnotation. icon(OperationRubberStampAnnotation.IconEnum icon)voidOperationRubberStampAnnotation. setIcon(OperationRubberStampAnnotation.IconEnum icon)
-