Class ReservedJavaKeywordAsScalar.Builder
java.lang.Object
org.junittest.allgraphqlcases_server_springconfiguration_util_alltrue.ReservedJavaKeywordAsScalar.Builder
- Enclosing class:
- ReservedJavaKeywordAsScalar
The Builder that helps building instance of this POJO. You can get an instance of this class, by calling the
ReservedJavaKeywordAsScalar.builder()-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withImplements(String _implementsParam) withImport(String _importParam) withInstanceof(String _instanceofParam) withInterface(String _interfaceParam) withNative(String _nativeParam) withPackage(String _packageParam) withPrivate(String _privateParam) withProtected(String _protectedParam) withPublic(String _publicParam) withReturn(String _returnParam) withStatic(String _staticParam) withStrictfp(String _strictfpParam) withSwitch(String _switchParam) withSynchronized(String _synchronizedParam) withThrows(String _throwsParam) withTransient(String _transientParam) withVolatile(String _volatileParam)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withIf
-
withImplements
-
withImport
-
withInstanceof
-
withInt
-
withInterface
-
withLong
-
withNative
-
withNew
-
withPackage
-
withPrivate
-
withProtected
-
withPublic
-
withReturn
-
withShort
-
withStatic
-
withStrictfp
-
withSuper
-
withSwitch
-
withSynchronized
-
withThis
-
withThrow
-
withThrows
-
withTransient
-
withTry
-
withVoid
-
withVolatile
-
withWhile
-
build
-