public class ApplicationPackageReference extends Object
| Constructor and Description |
|---|
ApplicationPackageReference() |
| Modifier and Type | Method and Description |
|---|---|
String |
id()
Get the id value.
|
String |
version()
Get if this is omitted, and no default version is specified for this application, the request fails with the error code InvalidApplicationPackageReferences.
|
ApplicationPackageReference |
withId(String id)
Set the id value.
|
ApplicationPackageReference |
withVersion(String version)
Set if this is omitted, and no default version is specified for this application, the request fails with the error code InvalidApplicationPackageReferences.
|
public String id()
public ApplicationPackageReference withId(String id)
id - the id value to setpublic String version()
public ApplicationPackageReference withVersion(String version)
version - the version 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.
*/