public class SyncClientClass extends SyncClientInterface
| Constructor and Description |
|---|
SyncClientClass(GeneratorTaskParams taskParams) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addAdditionalMethods(com.squareup.javapoet.TypeSpec.Builder type) |
protected void |
addAnnotations(com.squareup.javapoet.TypeSpec.Builder type) |
protected void |
addCloseMethod(com.squareup.javapoet.TypeSpec.Builder type) |
protected void |
addFields(com.squareup.javapoet.TypeSpec.Builder type) |
protected void |
addInterfaceClass(com.squareup.javapoet.TypeSpec.Builder type) |
protected void |
addModifiers(com.squareup.javapoet.TypeSpec.Builder type) |
com.squareup.javapoet.ClassName |
className() |
protected com.squareup.javapoet.TypeSpec.Builder |
createTypeSpec() |
protected List<com.squareup.javapoet.MethodSpec> |
operations() |
protected List<com.squareup.javapoet.MethodSpec> |
paginatedMethods(OperationModel opModel) |
protected com.squareup.javapoet.MethodSpec |
serviceClientConfigMethod() |
protected com.squareup.javapoet.MethodSpec.Builder |
utilitiesOperationBody(com.squareup.javapoet.MethodSpec.Builder builder) |
protected com.squareup.javapoet.MethodSpec.Builder |
waiterOperationBody(com.squareup.javapoet.MethodSpec.Builder builder) |
addConsumerMethod, operationBody, paginatedMethodBody, poetSpec, simpleMethodModifier, utilitiesMethod, waiterMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitstaticImportspublic SyncClientClass(GeneratorTaskParams taskParams)
protected void addInterfaceClass(com.squareup.javapoet.TypeSpec.Builder type)
addInterfaceClass in class SyncClientInterfaceprotected com.squareup.javapoet.TypeSpec.Builder createTypeSpec()
createTypeSpec in class SyncClientInterfaceprotected void addAnnotations(com.squareup.javapoet.TypeSpec.Builder type)
addAnnotations in class SyncClientInterfaceprotected void addModifiers(com.squareup.javapoet.TypeSpec.Builder type)
addModifiers in class SyncClientInterfaceprotected void addFields(com.squareup.javapoet.TypeSpec.Builder type)
addFields in class SyncClientInterfaceprotected void addAdditionalMethods(com.squareup.javapoet.TypeSpec.Builder type)
addAdditionalMethods in class SyncClientInterfaceprotected com.squareup.javapoet.MethodSpec serviceClientConfigMethod()
serviceClientConfigMethod in class SyncClientInterfacepublic com.squareup.javapoet.ClassName className()
className in interface ClassSpecclassName in class SyncClientInterfaceprotected List<com.squareup.javapoet.MethodSpec> operations()
operations in class SyncClientInterfaceprotected List<com.squareup.javapoet.MethodSpec> paginatedMethods(OperationModel opModel)
paginatedMethods in class SyncClientInterfaceprotected void addCloseMethod(com.squareup.javapoet.TypeSpec.Builder type)
addCloseMethod in class SyncClientInterfaceprotected com.squareup.javapoet.MethodSpec.Builder utilitiesOperationBody(com.squareup.javapoet.MethodSpec.Builder builder)
utilitiesOperationBody in class SyncClientInterfaceprotected com.squareup.javapoet.MethodSpec.Builder waiterOperationBody(com.squareup.javapoet.MethodSpec.Builder builder)
waiterOperationBody in class SyncClientInterfaceCopyright © 2023. All rights reserved.