public final class AsyncWaiterInterfaceSpec extends BaseWaiterInterfaceSpec
| Constructor and Description |
|---|
AsyncWaiterInterfaceSpec(IntermediateModel model) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
additionalBuilderTypeSpecModification(com.squareup.javapoet.TypeSpec.Builder type) |
com.squareup.javapoet.ClassName |
className() |
protected com.squareup.javapoet.ClassName |
clientClassName() |
protected com.squareup.javapoet.ParameterizedTypeName |
getWaiterResponseType(OperationModel opModel) |
protected com.squareup.javapoet.ClassName |
waiterImplName() |
poetSpecclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitstaticImportspublic AsyncWaiterInterfaceSpec(IntermediateModel model)
protected com.squareup.javapoet.ClassName waiterImplName()
waiterImplName in class BaseWaiterInterfaceSpecprotected com.squareup.javapoet.ClassName clientClassName()
clientClassName in class BaseWaiterInterfaceSpecpublic com.squareup.javapoet.ClassName className()
protected com.squareup.javapoet.ParameterizedTypeName getWaiterResponseType(OperationModel opModel)
getWaiterResponseType in class BaseWaiterInterfaceSpecprotected void additionalBuilderTypeSpecModification(com.squareup.javapoet.TypeSpec.Builder type)
additionalBuilderTypeSpecModification in class BaseWaiterInterfaceSpecCopyright © 2023. All rights reserved.