public static class RecalledDataInfo.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
RecalledDataInfo |
build() |
RecalledDataInfo.Builder |
collectionName(String collectionName)
This is the parent name of the list of overlapping recalls
|
RecalledDataInfo.Builder |
copy(RecalledDataInfo model) |
RecalledDataInfo.Builder |
purpose(String purpose)
This is the recall name made for a specific purpose
|
public RecalledDataInfo.Builder collectionName(String collectionName)
This is the parent name of the list of overlapping recalls
collectionName
- the value to setpublic RecalledDataInfo.Builder purpose(String purpose)
This is the recall name made for a specific purpose
purpose
- the value to setpublic RecalledDataInfo build()
public RecalledDataInfo.Builder copy(RecalledDataInfo model)
Copyright © 2016–2024. All rights reserved.