@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class AssetReportRefreshRequest extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ASSET_REPORT_TOKEN |
static String |
SERIALIZED_NAME_CLIENT_ID |
static String |
SERIALIZED_NAME_DAYS_REQUESTED |
static String |
SERIALIZED_NAME_OPTIONS |
static String |
SERIALIZED_NAME_SECRET |
Constructor and Description |
---|
AssetReportRefreshRequest() |
public static final String SERIALIZED_NAME_CLIENT_ID
public static final String SERIALIZED_NAME_SECRET
public static final String SERIALIZED_NAME_ASSET_REPORT_TOKEN
public static final String SERIALIZED_NAME_DAYS_REQUESTED
public static final String SERIALIZED_NAME_OPTIONS
public AssetReportRefreshRequest clientId(String clientId)
@Nullable public String getClientId()
public void setClientId(String clientId)
public AssetReportRefreshRequest secret(String secret)
@Nullable public String getSecret()
public void setSecret(String secret)
public AssetReportRefreshRequest assetReportToken(String assetReportToken)
public String getAssetReportToken()
public void setAssetReportToken(String assetReportToken)
public AssetReportRefreshRequest daysRequested(Integer daysRequested)
@Nullable public Integer getDaysRequested()
public void setDaysRequested(Integer daysRequested)
public AssetReportRefreshRequest options(AssetReportRefreshRequestOptions options)
@Nullable public AssetReportRefreshRequestOptions getOptions()
public void setOptions(AssetReportRefreshRequestOptions options)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.