| Modifier and Type | Method and Description |
|---|---|
Target |
EventContent.target()
Get the target value.
|
Target |
Target.withDigest(String digest)
Set the digest value.
|
Target |
Target.withLength(Long length)
Set the length value.
|
Target |
Target.withMediaType(String mediaType)
Set the mediaType value.
|
Target |
Target.withRepository(String repository)
Set the repository value.
|
Target |
Target.withSize(Long size)
Set the size value.
|
Target |
Target.withTag(String tag)
Set the tag value.
|
Target |
Target.withUrl(String url)
Set the url value.
|
| Modifier and Type | Method and Description |
|---|---|
EventContent |
EventContent.withTarget(Target target)
Set the target value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/