Enum PredefinedOperationRequestTransformationType

  • All Implemented Interfaces:
    Serializable, Comparable<PredefinedOperationRequestTransformationType>

    public enum PredefinedOperationRequestTransformationType
    extends Enum<PredefinedOperationRequestTransformationType>

    Java class for PredefinedOperationRequestTransformationType.

    The following schema fragment specifies the expected content contained within this class.

     <simpleType name="PredefinedOperationRequestTransformationType">
       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         <enumeration value="fullJson"/>
         <enumeration value="fullJsonWithoutShadow"/>
         <enumeration value="simplifiedJson"/>
         <enumeration value="simplifiedQualifiedJson"/>
       </restriction>
     </simpleType>