Enum PredefinedOperationRequestTransformationType

  • All Implemented Interfaces:
    Serializable, Comparable<PredefinedOperationRequestTransformationType>

    public enum PredefinedOperationRequestTransformationType
    extends Enum<PredefinedOperationRequestTransformationType>
    <p>Java class for PredefinedOperationRequestTransformationType. <p>The following schema fragment specifies the expected content contained within this class. <p> <pre> &lt;simpleType name="PredefinedOperationRequestTransformationType"&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}string"&gt; &lt;enumeration value="fullJson"/&gt; &lt;enumeration value="fullJsonWithoutShadow"/&gt; &lt;enumeration value="simplifiedJson"/&gt; &lt;enumeration value="simplifiedQualifiedJson"/&gt; &lt;/restriction&gt; &lt;/simpleType&gt; </pre>