public static final class AppAssociativeDataCopyAssociativeDataRequestItems.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
String |
associativeDataIds() |
Get the ids of the associative data to copy, or all if empty
|
AppAssociativeDataCopyAssociativeDataRequestItems.Builder |
associativeDataIds(String value) |
Set the ids of the associative data to copy, or all if empty
|
AppAssociativeDataCopyAssociativeDataRequestItems |
build() |
|
String |
destinationViewId() |
Get the viewId associative data should be copied to
|
AppAssociativeDataCopyAssociativeDataRequestItems.Builder |
destinationViewId(String value) |
Set the viewId associative data should be copied to
|
String |
sourceViewId() |
Get the viewId associative data should be copied from
|
AppAssociativeDataCopyAssociativeDataRequestItems.Builder |
sourceViewId(String value) |
Set the viewId associative data should be copied from
|
public final String sourceViewId()
public final AppAssociativeDataCopyAssociativeDataRequestItems.Builder sourceViewId(String value)
value - the viewId associative data should be copied frompublic final String destinationViewId()
public final AppAssociativeDataCopyAssociativeDataRequestItems.Builder destinationViewId(String value)
value - the viewId associative data should be copied topublic final String associativeDataIds()
public final AppAssociativeDataCopyAssociativeDataRequestItems.Builder associativeDataIds(String value)
value - the ids of the associative data to copy, or all if emptypublic final AppAssociativeDataCopyAssociativeDataRequestItems build()
Copyright © 2021. All rights reserved.