com.ibm.tivoli.maximo.graphql

Class MaxGQMutationDataHandler

  • java.lang.Object
    • com.ibm.tivoli.maximo.graphql.MaxGQMutationDataHandler
  • All Implemented Interfaces:
    graphql.schema.DataFetcher


    public class MaxGQMutationDataHandler
    extends java.lang.Object
    implements graphql.schema.DataFetcher
    • Constructor Summary

      Constructors 
      Constructor and Description
      MaxGQMutationDataHandler(java.lang.String osName, java.lang.String methodName) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.Object get(graphql.schema.DataFetchingEnvironment environment) 
      • Methods inherited from class java.lang.Object

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

      • MaxGQMutationDataHandler

        public MaxGQMutationDataHandler(java.lang.String osName,
                                        java.lang.String methodName)
    • Method Detail

      • get

        public java.lang.Object get(graphql.schema.DataFetchingEnvironment environment)
                             throws java.lang.Exception
        Specified by:
        get in interface graphql.schema.DataFetcher
        Throws:
        java.lang.Exception