Uses of Class
com.azure.resourcemanager.botservice.models.LineRegistration
Packages that use LineRegistration
Package
Description
Package containing the data models for AzureBotService.
-
Uses of LineRegistration in com.azure.resourcemanager.botservice.models
Methods in com.azure.resourcemanager.botservice.models that return LineRegistrationModifier and TypeMethodDescriptionstatic LineRegistrationLineRegistration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LineRegistration from the JsonReader.LineRegistration.withChannelAccessToken(String channelAccessToken) Set the channelAccessToken property: Access token for the line channel registration.LineRegistration.withChannelSecret(String channelSecret) Set the channelSecret property: Secret for the line channel registration.Methods in com.azure.resourcemanager.botservice.models that return types with arguments of type LineRegistrationModifier and TypeMethodDescriptionLineChannelProperties.lineRegistrations()Get the lineRegistrations property: The list of line channel registrations.Method parameters in com.azure.resourcemanager.botservice.models with type arguments of type LineRegistrationModifier and TypeMethodDescriptionLineChannelProperties.withLineRegistrations(List<LineRegistration> lineRegistrations) Set the lineRegistrations property: The list of line channel registrations.