public static final class HasPayloadLinkResultItem.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
HasPayloadLinkResultItem |
build() |
HasPayloadLinkResultItem.Builder |
error(String error)
“Exception information indicates if check for this item was successful or not.
|
HasPayloadLinkResultItem.Builder |
hasLink(Boolean hasLink)
“Indicate whether a payload has any link or not.”
|
HasPayloadLinkResultItem.Builder |
payloadId(String payloadId)
“Key of the Payload, In the format of Guid.”
|
HasPayloadLinkResultItem.Builder |
sources(List<DeviceAndAppManagementAssignmentSource> sources)
“The reason where the link comes from.”
|
HasPayloadLinkResultItem.Builder |
sourcesNextLink(String sourcesNextLink)
“The reason where the link comes from.”
|
public HasPayloadLinkResultItem.Builder payloadId(String payloadId)
payloadId - value of payloadId property (as defined in service metadata)this (for method chaining)public HasPayloadLinkResultItem.Builder hasLink(Boolean hasLink)
hasLink - value of hasLink property (as defined in service metadata)this (for method chaining)public HasPayloadLinkResultItem.Builder error(String error)
error - value of error property (as defined in service metadata)this (for method chaining)public HasPayloadLinkResultItem.Builder sources(List<DeviceAndAppManagementAssignmentSource> sources)
sources - value of sources property (as defined in service metadata)this (for method chaining)public HasPayloadLinkResultItem.Builder sourcesNextLink(String sourcesNextLink)
sourcesNextLink - value of sources@nextLink property (as defined in service metadata)this (for method chaining)public HasPayloadLinkResultItem build()
Copyright © 2018–2020. All rights reserved.