static HasPayloadLinkResultItem.Builder |
HasPayloadLinkResultItem.builder() |
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
HasPayloadLinkResultItem.Builder |
HasPayloadLinkResultItem.Builder.error(String error) |
“Exception information indicates if check for this item was successful or not.
|
HasPayloadLinkResultItem.Builder |
HasPayloadLinkResultItem.Builder.hasLink(Boolean hasLink) |
“Indicate whether a payload has any link or not.”
|
HasPayloadLinkResultItem.Builder |
HasPayloadLinkResultItem.Builder.payloadId(String payloadId) |
“Key of the Payload, In the format of Guid.”
|
HasPayloadLinkResultItem.Builder |
HasPayloadLinkResultItem.Builder.sources(List<DeviceAndAppManagementAssignmentSource> sources) |
“The reason where the link comes from.”
|
HasPayloadLinkResultItem.Builder |
HasPayloadLinkResultItem.Builder.sources(DeviceAndAppManagementAssignmentSource... sources) |
“The reason where the link comes from.”
|
HasPayloadLinkResultItem.Builder |
HasPayloadLinkResultItem.Builder.sourcesNextLink(String sourcesNextLink) |
“The reason where the link comes from.”
|