public class ResponseMetaData extends Object
| Constructor and Description |
|---|
ResponseMetaData() |
| Modifier and Type | Method and Description |
|---|---|
DataSource |
dataSource()
Get source of the Data.
|
ResponseMetaData |
withDataSource(DataSource dataSource)
Set source of the Data.
|
public DataSource dataSource()
public ResponseMetaData withDataSource(DataSource dataSource)
dataSource - the dataSource value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/