Class ImportFromResourceType

java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
com.evolveum.midpoint.xml.ns._public.model.model_3.ImportFromResourceType
All Implemented Interfaces:
PlainStructured, JaxbVisitable, Serializable, Cloneable

public class ImportFromResourceType extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
A request for importFromResource operation.
See Also:
  • Field Details

    • resourceOid

      protected String resourceOid
    • objectClass

      protected QName objectClass
    • COMPLEX_TYPE

      public static final QName COMPLEX_TYPE
    • F_RESOURCE_OID

      public static final ItemName F_RESOURCE_OID
    • F_OBJECT_CLASS

      public static final ItemName F_OBJECT_CLASS
  • Constructor Details

    • ImportFromResourceType

      public ImportFromResourceType()
    • ImportFromResourceType

      public ImportFromResourceType(ImportFromResourceType other)
  • Method Details