Package graphql.relay

Class Relay.ResolvedGlobalId

  • Enclosing class:
    Relay

    public static class Relay.ResolvedGlobalId
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ResolvedGlobalId​(java.lang.String type, java.lang.String id)  
    • Method Summary

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

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

      • ResolvedGlobalId

        public ResolvedGlobalId​(java.lang.String type,
                                java.lang.String id)
    • Method Detail

      • getType

        public java.lang.String getType()
      • getId

        public java.lang.String getId()