Class DeviceAndAppManagementAssignmentTarget

    • Field Detail

      • contextPath

        protected com.github.davidmoten.odata.client.ContextPath contextPath
      • unmappedFields

        protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
      • odataType

        protected String odataType
      • deviceAndAppManagementAssignmentFilterId

        protected String deviceAndAppManagementAssignmentFilterId
    • Constructor Detail

      • DeviceAndAppManagementAssignmentTarget

        protected DeviceAndAppManagementAssignmentTarget()
    • Method Detail

      • odataTypeName

        public String odataTypeName()
        Specified by:
        odataTypeName in interface com.github.davidmoten.odata.client.ODataType
      • getDeviceAndAppManagementAssignmentFilterId

        public Optional<String> getDeviceAndAppManagementAssignmentFilterId()
        “The Id of the filter for the target assignment.”
        Returns:
        property deviceAndAppManagementAssignmentFilterId
      • withDeviceAndAppManagementAssignmentFilterId

        public DeviceAndAppManagementAssignmentTarget withDeviceAndAppManagementAssignmentFilterId​(String deviceAndAppManagementAssignmentFilterId)
        Returns an immutable copy of this with just the deviceAndAppManagementAssignmentFilterId field changed. Field description below . The field name is also added to an internal map of changed fields in the returned object so that when this.patch() is called (if available)on the returned object only the changed fields are submitted.

        “The Id of the filter for the target assignment.”

        Parameters:
        deviceAndAppManagementAssignmentFilterId - new value of deviceAndAppManagementAssignmentFilterId field (as defined in service metadata)
        Returns:
        immutable copy of this with just the deviceAndAppManagementAssignmentFilterId field changed
      • getDeviceAndAppManagementAssignmentFilterType

        public Optional<DeviceAndAppManagementAssignmentFilterType> getDeviceAndAppManagementAssignmentFilterType()
        “The type of filter of the target assignment i.e. Exclude or Include.”
        Returns:
        property deviceAndAppManagementAssignmentFilterType
      • withDeviceAndAppManagementAssignmentFilterType

        public DeviceAndAppManagementAssignmentTarget withDeviceAndAppManagementAssignmentFilterType​(DeviceAndAppManagementAssignmentFilterType deviceAndAppManagementAssignmentFilterType)
        Returns an immutable copy of this with just the deviceAndAppManagementAssignmentFilterType field changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that when this.patch() is called (if available)on the returned object only the changed fields are submitted.

        “The type of filter of the target assignment i.e. Exclude or Include.”

        Parameters:
        deviceAndAppManagementAssignmentFilterType - new value of deviceAndAppManagementAssignmentFilterType field (as defined in service metadata)
        Returns:
        immutable copy of this with just the deviceAndAppManagementAssignmentFilterType field changed
      • getUnmappedFields

        public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
        Specified by:
        getUnmappedFields in interface com.github.davidmoten.odata.client.ODataType
      • postInject

        public void postInject​(boolean addKeysToContextPath)
        Specified by:
        postInject in interface com.github.davidmoten.odata.client.ODataType