| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected List<DeviceAndAppManagementAssignmentSource> |
HasPayloadLinkResultItem.sources |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<DeviceAndAppManagementAssignmentSource> |
HasPayloadLinkResultItem.getSources()
“The reason where the link comes from.”
|
| Modifier and Type | Method and Description |
|---|---|
HasPayloadLinkResultItem.Builder |
HasPayloadLinkResultItem.Builder.sources(List<DeviceAndAppManagementAssignmentSource> sources)
“The reason where the link comes from.”
|
| Modifier and Type | Field and Description |
|---|---|
protected DeviceAndAppManagementAssignmentSource |
WindowsAutopilotDeploymentProfileAssignment.source |
protected DeviceAndAppManagementAssignmentSource |
DeviceConfigurationAssignment.source |
protected DeviceAndAppManagementAssignmentSource |
EnrollmentConfigurationAssignment.source |
protected DeviceAndAppManagementAssignmentSource |
DeviceCompliancePolicyAssignment.source |
protected DeviceAndAppManagementAssignmentSource |
TargetedManagedAppPolicyAssignment.source |
protected DeviceAndAppManagementAssignmentSource |
MobileAppAssignment.source |
| Modifier and Type | Method and Description |
|---|---|
Optional<DeviceAndAppManagementAssignmentSource> |
WindowsAutopilotDeploymentProfileAssignment.getSource()
“Type of resource used for deployment to a group, direct or parcel/policySet”
|
Optional<DeviceAndAppManagementAssignmentSource> |
DeviceConfigurationAssignment.getSource()
“The assignment source for the device configuration, direct or parcel/policySet.
|
Optional<DeviceAndAppManagementAssignmentSource> |
EnrollmentConfigurationAssignment.getSource()
“Type of resource used for deployment to a group, direct or policySet”
|
Optional<DeviceAndAppManagementAssignmentSource> |
DeviceCompliancePolicyAssignment.getSource()
“The assignment source for the device compliance policy, direct or parcel/
policySet.”
|
Optional<DeviceAndAppManagementAssignmentSource> |
TargetedManagedAppPolicyAssignment.getSource()
“Type of resource used for deployment to a group, direct or parcel/policySet”
|
Optional<DeviceAndAppManagementAssignmentSource> |
MobileAppAssignment.getSource()
“The resource type which is the source for the assignment.”
|
| Modifier and Type | Method and Description |
|---|---|
WindowsAutopilotDeploymentProfileAssignment.Builder |
WindowsAutopilotDeploymentProfileAssignment.Builder.source(DeviceAndAppManagementAssignmentSource source)
“Type of resource used for deployment to a group, direct or parcel/policySet”
|
DeviceConfigurationAssignment.Builder |
DeviceConfigurationAssignment.Builder.source(DeviceAndAppManagementAssignmentSource source)
“The assignment source for the device configuration, direct or parcel/policySet.
|
EnrollmentConfigurationAssignment.Builder |
EnrollmentConfigurationAssignment.Builder.source(DeviceAndAppManagementAssignmentSource source)
“Type of resource used for deployment to a group, direct or policySet”
|
DeviceCompliancePolicyAssignment.Builder |
DeviceCompliancePolicyAssignment.Builder.source(DeviceAndAppManagementAssignmentSource source)
“The assignment source for the device compliance policy, direct or parcel/
policySet.”
|
TargetedManagedAppPolicyAssignment.Builder |
TargetedManagedAppPolicyAssignment.Builder.source(DeviceAndAppManagementAssignmentSource source)
“Type of resource used for deployment to a group, direct or parcel/policySet”
|
MobileAppAssignment.Builder |
MobileAppAssignment.Builder.source(DeviceAndAppManagementAssignmentSource source)
“The resource type which is the source for the assignment.”
|
WindowsAutopilotDeploymentProfileAssignment |
WindowsAutopilotDeploymentProfileAssignment.withSource(DeviceAndAppManagementAssignmentSource source)
Returns an immutable copy of
this with just the source field
changed. |
DeviceConfigurationAssignment |
DeviceConfigurationAssignment.withSource(DeviceAndAppManagementAssignmentSource source)
Returns an immutable copy of
this with just the source field
changed. |
EnrollmentConfigurationAssignment |
EnrollmentConfigurationAssignment.withSource(DeviceAndAppManagementAssignmentSource source)
Returns an immutable copy of
this with just the source field
changed. |
DeviceCompliancePolicyAssignment |
DeviceCompliancePolicyAssignment.withSource(DeviceAndAppManagementAssignmentSource source)
Returns an immutable copy of
this with just the source field
changed. |
TargetedManagedAppPolicyAssignment |
TargetedManagedAppPolicyAssignment.withSource(DeviceAndAppManagementAssignmentSource source)
Returns an immutable copy of
this with just the source field
changed. |
MobileAppAssignment |
MobileAppAssignment.withSource(DeviceAndAppManagementAssignmentSource source)
Returns an immutable copy of
this with just the source field
changed. |
| Modifier and Type | Method and Description |
|---|---|
static DeviceAndAppManagementAssignmentSource |
DeviceAndAppManagementAssignmentSource.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceAndAppManagementAssignmentSource[] |
DeviceAndAppManagementAssignmentSource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.