File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
src/main/java/com/bandwidth/sdk/model/bxml Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 99import jakarta .xml .bind .annotation .XmlAttribute ;
1010import jakarta .xml .bind .annotation .XmlType ;
1111import jakarta .xml .bind .annotation .XmlValue ;
12+ import jakarta .xml .bind .annotation .adapters .XmlJavaTypeAdapter ;
13+ import java .net .URI ;
1214import lombok .AllArgsConstructor ;
1315import lombok .Builder ;
1416import lombok .EqualsAndHashCode ;
Original file line number Diff line number Diff line change 1313import jakarta .xml .bind .annotation .XmlElements ;
1414import jakarta .xml .bind .annotation .XmlType ;
1515import java .util .List ;
16+ import java .util .UUID ;
1617
1718import com .bandwidth .sdk .model .CallDirectionEnum ;
1819
@@ -75,7 +76,6 @@ public class StartTranscription implements Verb {
7576 protected String password ;
7677
7778 @ XmlAttribute
78- @ Default
7979 protected Boolean stabilized = true ;
8080
8181 @ XmlElements ({
You can’t perform that action at this time.
0 commit comments