Uses of Class
odata.msgraph.client.beta.enums.DeviceAndAppManagementAssignmentSource
-
Packages that use DeviceAndAppManagementAssignmentSource Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of DeviceAndAppManagementAssignmentSource in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex with type parameters of type DeviceAndAppManagementAssignmentSource Modifier and Type Field Description protected List<DeviceAndAppManagementAssignmentSource>HasPayloadLinkResultItem. sourcesMethods in odata.msgraph.client.beta.complex that return types with arguments of type DeviceAndAppManagementAssignmentSource Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<DeviceAndAppManagementAssignmentSource>HasPayloadLinkResultItem. getSources()“The reason where the link comes from.”com.github.davidmoten.odata.client.CollectionPage<DeviceAndAppManagementAssignmentSource>HasPayloadLinkResultItem. getSources(com.github.davidmoten.odata.client.HttpRequestOptions options)“The reason where the link comes from.”Methods in odata.msgraph.client.beta.complex with parameters of type DeviceAndAppManagementAssignmentSource Modifier and Type Method Description HasPayloadLinkResultItem.BuilderHasPayloadLinkResultItem.Builder. sources(DeviceAndAppManagementAssignmentSource... sources)“The reason where the link comes from.”Method parameters in odata.msgraph.client.beta.complex with type arguments of type DeviceAndAppManagementAssignmentSource Modifier and Type Method Description HasPayloadLinkResultItem.BuilderHasPayloadLinkResultItem.Builder. sources(List<DeviceAndAppManagementAssignmentSource> sources)“The reason where the link comes from.” -
Uses of DeviceAndAppManagementAssignmentSource in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as DeviceAndAppManagementAssignmentSource Modifier and Type Field Description protected DeviceAndAppManagementAssignmentSourceDeviceCompliancePolicyAssignment. sourceprotected DeviceAndAppManagementAssignmentSourceDeviceConfigurationAssignment. sourceprotected DeviceAndAppManagementAssignmentSourceDeviceManagementConfigurationPolicyAssignment. sourceprotected DeviceAndAppManagementAssignmentSourceEnrollmentConfigurationAssignment. sourceprotected DeviceAndAppManagementAssignmentSourceMobileAppAssignment. sourceprotected DeviceAndAppManagementAssignmentSourceTargetedManagedAppPolicyAssignment. sourceprotected DeviceAndAppManagementAssignmentSourceWindowsAutopilotDeploymentProfileAssignment. sourceMethods in odata.msgraph.client.beta.entity that return types with arguments of type DeviceAndAppManagementAssignmentSource Modifier and Type Method Description Optional<DeviceAndAppManagementAssignmentSource>DeviceCompliancePolicyAssignment. getSource()“The assignment source for the device compliance policy, direct or parcel/ policySet.”Optional<DeviceAndAppManagementAssignmentSource>DeviceConfigurationAssignment. getSource()“The assignment source for the device configuration, direct or parcel/policySet.Optional<DeviceAndAppManagementAssignmentSource>DeviceManagementConfigurationPolicyAssignment. getSource()“The assignment source for the device compliance policy, direct or parcel/ policySet.”Optional<DeviceAndAppManagementAssignmentSource>EnrollmentConfigurationAssignment. getSource()“Type of resource used for deployment to a group, direct or policySet”Optional<DeviceAndAppManagementAssignmentSource>MobileAppAssignment. getSource()“The resource type which is the source for the assignment.”Optional<DeviceAndAppManagementAssignmentSource>TargetedManagedAppPolicyAssignment. getSource()“Type of resource used for deployment to a group, direct or parcel/policySet”Optional<DeviceAndAppManagementAssignmentSource>WindowsAutopilotDeploymentProfileAssignment. getSource()“Type of resource used for deployment to a group, direct or parcel/policySet”Methods in odata.msgraph.client.beta.entity with parameters of type DeviceAndAppManagementAssignmentSource Modifier and Type Method Description DeviceCompliancePolicyAssignment.BuilderDeviceCompliancePolicyAssignment.Builder. source(DeviceAndAppManagementAssignmentSource source)“The assignment source for the device compliance policy, direct or parcel/ policySet.”DeviceConfigurationAssignment.BuilderDeviceConfigurationAssignment.Builder. source(DeviceAndAppManagementAssignmentSource source)“The assignment source for the device configuration, direct or parcel/policySet.DeviceManagementConfigurationPolicyAssignment.BuilderDeviceManagementConfigurationPolicyAssignment.Builder. source(DeviceAndAppManagementAssignmentSource source)“The assignment source for the device compliance policy, direct or parcel/ policySet.”EnrollmentConfigurationAssignment.BuilderEnrollmentConfigurationAssignment.Builder. source(DeviceAndAppManagementAssignmentSource source)“Type of resource used for deployment to a group, direct or policySet”MobileAppAssignment.BuilderMobileAppAssignment.Builder. source(DeviceAndAppManagementAssignmentSource source)“The resource type which is the source for the assignment.”TargetedManagedAppPolicyAssignment.BuilderTargetedManagedAppPolicyAssignment.Builder. source(DeviceAndAppManagementAssignmentSource source)“Type of resource used for deployment to a group, direct or parcel/policySet”WindowsAutopilotDeploymentProfileAssignment.BuilderWindowsAutopilotDeploymentProfileAssignment.Builder. source(DeviceAndAppManagementAssignmentSource source)“Type of resource used for deployment to a group, direct or parcel/policySet”DeviceCompliancePolicyAssignmentDeviceCompliancePolicyAssignment. withSource(DeviceAndAppManagementAssignmentSource source)Returns an immutable copy ofthiswith just thesourcefield changed.DeviceConfigurationAssignmentDeviceConfigurationAssignment. withSource(DeviceAndAppManagementAssignmentSource source)Returns an immutable copy ofthiswith just thesourcefield changed.DeviceManagementConfigurationPolicyAssignmentDeviceManagementConfigurationPolicyAssignment. withSource(DeviceAndAppManagementAssignmentSource source)Returns an immutable copy ofthiswith just thesourcefield changed.EnrollmentConfigurationAssignmentEnrollmentConfigurationAssignment. withSource(DeviceAndAppManagementAssignmentSource source)Returns an immutable copy ofthiswith just thesourcefield changed.MobileAppAssignmentMobileAppAssignment. withSource(DeviceAndAppManagementAssignmentSource source)Returns an immutable copy ofthiswith just thesourcefield changed.TargetedManagedAppPolicyAssignmentTargetedManagedAppPolicyAssignment. withSource(DeviceAndAppManagementAssignmentSource source)Returns an immutable copy ofthiswith just thesourcefield changed.WindowsAutopilotDeploymentProfileAssignmentWindowsAutopilotDeploymentProfileAssignment. withSource(DeviceAndAppManagementAssignmentSource source)Returns an immutable copy ofthiswith just thesourcefield changed. -
Uses of DeviceAndAppManagementAssignmentSource in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return DeviceAndAppManagementAssignmentSource Modifier and Type Method Description static DeviceAndAppManagementAssignmentSourceDeviceAndAppManagementAssignmentSource. 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.
-