Uses of Class
com.oracle.bmc.apigateway.model.SdkLanguageTypeCollection
-
Packages that use SdkLanguageTypeCollection Package Description com.oracle.bmc.apigateway.model com.oracle.bmc.apigateway.responses -
-
Uses of SdkLanguageTypeCollection in com.oracle.bmc.apigateway.model
Methods in com.oracle.bmc.apigateway.model that return SdkLanguageTypeCollection Modifier and Type Method Description SdkLanguageTypeCollection
SdkLanguageTypeCollection.Builder. build()
Methods in com.oracle.bmc.apigateway.model with parameters of type SdkLanguageTypeCollection Modifier and Type Method Description SdkLanguageTypeCollection.Builder
SdkLanguageTypeCollection.Builder. copy(SdkLanguageTypeCollection model)
-
Uses of SdkLanguageTypeCollection in com.oracle.bmc.apigateway.responses
Methods in com.oracle.bmc.apigateway.responses that return SdkLanguageTypeCollection Modifier and Type Method Description SdkLanguageTypeCollection
ListSdkLanguageTypesResponse. getSdkLanguageTypeCollection()
The returned SdkLanguageTypeCollection instance.Methods in com.oracle.bmc.apigateway.responses with parameters of type SdkLanguageTypeCollection Modifier and Type Method Description ListSdkLanguageTypesResponse.Builder
ListSdkLanguageTypesResponse.Builder. sdkLanguageTypeCollection(SdkLanguageTypeCollection sdkLanguageTypeCollection)
The returned SdkLanguageTypeCollection instance.
-