Interface Company._FinalStage
-
- All Known Implementing Classes:
Company.Builder
- Enclosing class:
- Company
public static interface Company._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Companybuild()Company._FinalStagecustomAttributes(java.util.Map<java.lang.String,java.lang.Object> customAttributes)Company._FinalStagecustomAttributes(java.util.Optional<java.util.Map<java.lang.String,java.lang.Object>> customAttributes)The custom attributes you have set on the company.Company._FinalStageindustry(java.lang.String industry)Company._FinalStageindustry(java.util.Optional<java.lang.String> industry)The industry that the company operates in.Company._FinalStagelastRequestAt(java.lang.Integer lastRequestAt)Company._FinalStagelastRequestAt(java.util.Optional<java.lang.Integer> lastRequestAt)The time the company last recorded making a request.Company._FinalStageplan(Company.Plan plan)Company._FinalStageplan(java.util.Optional<Company.Plan> plan)Company._FinalStageremoteCreatedAt(java.lang.Integer remoteCreatedAt)Company._FinalStageremoteCreatedAt(java.util.Optional<java.lang.Integer> remoteCreatedAt)The time the company was created by you.Company._FinalStagesegments(Company.Segments segments)Company._FinalStagesegments(java.util.Optional<Company.Segments> segments)The list of segments associated with the companyCompany._FinalStagesize(java.lang.Integer size)Company._FinalStagesize(java.util.Optional<java.lang.Integer> size)The number of employees in the company.Company._FinalStagetags(Company.Tags tags)Company._FinalStagetags(java.util.Optional<Company.Tags> tags)The list of tags associated with the companyCompany._FinalStagetype(java.lang.String type)Company._FinalStagetype(java.util.Optional<java.lang.String> type)Value iscompanyCompany._FinalStagewebsite(java.lang.String website)Company._FinalStagewebsite(java.util.Optional<java.lang.String> website)The URL for the company website.
-
-
-
Method Detail
-
build
Company build()
-
type
Company._FinalStage type(java.util.Optional<java.lang.String> type)
Value is
company
-
type
Company._FinalStage type(java.lang.String type)
-
plan
Company._FinalStage plan(java.util.Optional<Company.Plan> plan)
-
plan
Company._FinalStage plan(Company.Plan plan)
-
remoteCreatedAt
Company._FinalStage remoteCreatedAt(java.util.Optional<java.lang.Integer> remoteCreatedAt)
The time the company was created by you.
-
remoteCreatedAt
Company._FinalStage remoteCreatedAt(java.lang.Integer remoteCreatedAt)
-
lastRequestAt
Company._FinalStage lastRequestAt(java.util.Optional<java.lang.Integer> lastRequestAt)
The time the company last recorded making a request.
-
lastRequestAt
Company._FinalStage lastRequestAt(java.lang.Integer lastRequestAt)
-
size
Company._FinalStage size(java.util.Optional<java.lang.Integer> size)
The number of employees in the company.
-
size
Company._FinalStage size(java.lang.Integer size)
-
website
Company._FinalStage website(java.util.Optional<java.lang.String> website)
The URL for the company website.
-
website
Company._FinalStage website(java.lang.String website)
-
industry
Company._FinalStage industry(java.util.Optional<java.lang.String> industry)
The industry that the company operates in.
-
industry
Company._FinalStage industry(java.lang.String industry)
-
customAttributes
Company._FinalStage customAttributes(java.util.Optional<java.util.Map<java.lang.String,java.lang.Object>> customAttributes)
The custom attributes you have set on the company.
-
customAttributes
Company._FinalStage customAttributes(java.util.Map<java.lang.String,java.lang.Object> customAttributes)
-
tags
Company._FinalStage tags(java.util.Optional<Company.Tags> tags)
The list of tags associated with the company
-
tags
Company._FinalStage tags(Company.Tags tags)
-
segments
Company._FinalStage segments(java.util.Optional<Company.Segments> segments)
The list of segments associated with the company
-
segments
Company._FinalStage segments(Company.Segments segments)
-
-