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._FinalStageplan(Company.Plan plan)Company._FinalStageplan(java.util.Optional<Company.Plan> plan)Company._FinalStagesegments(Company.Segments segments)Company._FinalStagesegments(java.util.Optional<Company.Segments> segments)The list of segments associated with the companyCompany._FinalStagetags(Company.Tags tags)Company._FinalStagetags(java.util.Optional<Company.Tags> tags)The list of tags associated with the company
-
-
-
Method Detail
-
build
Company build()
-
plan
Company._FinalStage plan(java.util.Optional<Company.Plan> plan)
-
plan
Company._FinalStage plan(Company.Plan plan)
-
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)
-
-