Package-level declarations
Types
Link copied to clipboard
Creates a new company entity.
Link copied to clipboard
data class CompanyArgs(val careerSiteUri: Output<String>? = null, val displayName: Output<String>? = null, val eeoText: Output<String>? = null, val externalId: Output<String>? = null, val headquartersAddress: Output<String>? = null, val hiringAgency: Output<Boolean>? = null, val imageUri: Output<String>? = null, val keywordSearchableJobCustomAttributes: Output<List<String>>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val size: Output<CompanySize>? = null, val tenantId: Output<String>? = null, val websiteUri: Output<String>? = null) : ConvertibleToJava<CompanyArgs>
Creates a new company entity.
Link copied to clipboard
class CompanyArgsBuilder
Builder for CompanyArgs.
Link copied to clipboard
Link copied to clipboard
class CompanyResourceBuilder
Builder for Company.
Link copied to clipboard
Creates a new job. Typically, the job becomes searchable within 10 seconds, but it may take up to 5 minutes.
Link copied to clipboard
data class JobArgs(val addresses: Output<List<String>>? = null, val applicationInfo: Output<ApplicationInfoArgs>? = null, val company: Output<String>? = null, val compensationInfo: Output<CompensationInfoArgs>? = null, val customAttributes: Output<Map<String, String>>? = null, val degreeTypes: Output<List<JobDegreeTypesItem>>? = null, val department: Output<String>? = null, val description: Output<String>? = null, val employmentTypes: Output<List<JobEmploymentTypesItem>>? = null, val incentives: Output<String>? = null, val jobBenefits: Output<List<JobJobBenefitsItem>>? = null, val jobEndTime: Output<String>? = null, val jobLevel: Output<JobJobLevel>? = null, val jobStartTime: Output<String>? = null, val languageCode: Output<String>? = null, val name: Output<String>? = null, val postingExpireTime: Output<String>? = null, val postingPublishTime: Output<String>? = null, val postingRegion: Output<JobPostingRegion>? = null, val processingOptions: Output<ProcessingOptionsArgs>? = null, val project: Output<String>? = null, val promotionValue: Output<Int>? = null, val qualifications: Output<String>? = null, val requisitionId: Output<String>? = null, val responsibilities: Output<String>? = null, val tenantId: Output<String>? = null, val title: Output<String>? = null, val visibility: Output<JobVisibility>? = null) : ConvertibleToJava<JobArgs>
Creates a new job. Typically, the job becomes searchable within 10 seconds, but it may take up to 5 minutes.
Link copied to clipboard
class JobArgsBuilder
Builder for JobArgs.
Link copied to clipboard
Link copied to clipboard
class JobResourceBuilder
Builder for Job.
Link copied to clipboard
object Jobs_v4Functions
Link copied to clipboard
Creates a new tenant entity.
Link copied to clipboard
data class TenantArgs(val externalId: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<TenantArgs>
Creates a new tenant entity.
Link copied to clipboard
class TenantArgsBuilder
Builder for TenantArgs.
Link copied to clipboard
Link copied to clipboard
class TenantResourceBuilder
Builder for Tenant.