public static class CompareContentDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CompareContentDetails |
build() |
CompareContentDetails.Builder |
content1(String content1)
The first of two strings to compare.
|
CompareContentDetails.Builder |
content2(String content2)
The second of two strings to compare.
|
CompareContentDetails.Builder |
copy(CompareContentDetails model) |
public CompareContentDetails.Builder content1(String content1)
The first of two strings to compare.
content1
- the value to setpublic CompareContentDetails.Builder content2(String content2)
The second of two strings to compare.
content2
- the value to setpublic CompareContentDetails build()
public CompareContentDetails.Builder copy(CompareContentDetails model)
Copyright © 2016–2024. All rights reserved.