Class DomainIntentOperations


  • public class DomainIntentOperations
    extends java.lang.Object
    A batch of domain intent operations that are broken into stages.
    • Constructor Detail

      • DomainIntentOperations

        protected DomainIntentOperations()
    • Method Detail

      • stages

        public java.util.List<DomainIntentOperation> stages()
        Returns the domain intent operations as sets of stages that should be executed sequentially.
        Returns:
        domain intent stages
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object