LocationPreferences

Description

Package: com.ibm.rpm.resource.containers

Extends: RPMObject

Usage

This object represents the location preferences in regards to a resource’s relocation.

Parent is mandatory, allowed parent type is Resource.

Supported API Calls

N/A

Security Restrictions

N/A

Fields

The following table lists the fields for this object.

Table 1. LocationPreferences Field Description
Field Details
acceptableRelocateDuration

Type: int

Default value: N/A

Description: The acceptable relocation duration for a resource.

Field validation description: The value range is 0 to 9999. If the field willingtoRelocate is set to false, then this field must be set to null.

Additional field security restrictions: N/A

acceptableTravelDuration

Type: int

Default value: N/A

Description: The acceptable travel duration for a resource.

Field validation description: The value range is 0 to 9999. If the field willingtoTravel is set to false, then this field must be set to null.

Additional field security restrictions: N/A

relocateLocations

Type: CitizenshipCountryCode[]

Default value: N/A

Description: The acceptable locations for a resource’s relocation.

Field validation description: Limit 3 locations. If the field willingtoRelocate is set to false, then this field must be set to null.

Additional field security restrictions: N/A

travelLocations

Type: CitizenshipCountryCode[]

Default value: N/A

Description: The acceptable travel locations for a resource

Field validation description: Limit 3 locations. If the field willingtoTravel is set to false, then this field must be set to null.

Additional field security restrictions: N/A

willingtoRelocate

Type: boolean

Default value: N/A

Description: This field is true, if the resource is willing to relocate, and is false if the resource is not.

Field validation description: N/A

Additional field security restrictions: N/A

willingtoTravel

Type: boolean

Default value: N/A

Description: This field is true, if the resource is willing to travel, and is false if the resource is not.

Field validation description: N/A

Additional field security restrictions: N/A

Inherited Objects

Click on object for list of inherited fields:

From RPMObject

Related Objects