OUTPUT_TYPE - the output typeARGUMENT_1_TYPE - first argument typeARGUMENT_2_TYPE - second argument typeARGUMENT_3_TYPE - third argument typeARGUMENT_4_TYPE - fourth argument typeARGUMENT_5_TYPE - fifth argument typepublic abstract class GQLCustomMethod5Arg<OUTPUT_TYPE,ARGUMENT_1_TYPE,ARGUMENT_2_TYPE,ARGUMENT_3_TYPE,ARGUMENT_4_TYPE,ARGUMENT_5_TYPE> extends GQLAbstractCustomMethod<OUTPUT_TYPE> implements IGQLCustomMethod5Arg<OUTPUT_TYPE,ARGUMENT_1_TYPE,ARGUMENT_2_TYPE,ARGUMENT_3_TYPE,ARGUMENT_4_TYPE,ARGUMENT_5_TYPE>
| Constructor and Description |
|---|
GQLCustomMethod5Arg()
Default constructor
|
GQLCustomMethod5Arg(String methodName,
boolean mutation,
String arg1Name,
String arg2Name,
String arg3Name,
String arg4Name,
String arg5Name)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<Type> |
getArgumentTypes()
Get argument types from generic configuration of this class
|
getArgumentName, getArgumentNames, getArgumentType, getMethodName, getOutputType, isMutation, setArgNames, setMethodName, setMutationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplygetArgumentNames, getMethodName, getOutputType, isMutationpublic GQLCustomMethod5Arg()
public GQLCustomMethod5Arg(String methodName, boolean mutation, String arg1Name, String arg2Name, String arg3Name, String arg4Name, String arg5Name)
methodName - the custom method namemutation - whether this method is a mutation (return true) or a query
(return false)arg1Name - first argument namearg2Name - second argument namearg3Name - third argument namearg4Name - fourth argument namearg5Name - fifth argument namepublic List<Type> getArgumentTypes()
getArgumentTypes in interface IGQLAbstractCustomMethod<OUTPUT_TYPE>Copyright © 2019. All rights reserved.