Class IntentMetadata


  • public class IntentMetadata
    extends java.lang.Object
    The class used to describe an Intent within the platform.
    Author:
    Anthony
    • Constructor Summary

      Constructors 
      Constructor Description
      IntentMetadata​(java.lang.String name, java.lang.String displayName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDisplayName()  
      java.lang.String getName()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IntentMetadata

        public IntentMetadata​(java.lang.String name,
                              java.lang.String displayName)
    • Method Detail

      • getName

        public java.lang.String getName()
      • getDisplayName

        public java.lang.String getDisplayName()