Class CreateOrUpdateCompanyRequest.Builder
java.lang.Object
com.intercom.api.resources.companies.requests.CreateOrUpdateCompanyRequest.Builder
- Enclosing class:
CreateOrUpdateCompanyRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()customAttributes(Map<String, Object> customAttributes) customAttributes(Optional<Map<String, Object>> customAttributes) from(CreateOrUpdateCompanyRequest other) monthlySpend(Integer monthlySpend) monthlySpend(Optional<Integer> monthlySpend) remoteCreatedAt(Integer remoteCreatedAt) remoteCreatedAt(Optional<Integer> remoteCreatedAt)
-
Method Details
-
from
-
name
-
name
-
companyId
-
companyId
-
plan
-
plan
-
size
-
size
-
website
-
website
-
industry
-
industry
-
customAttributes
public CreateOrUpdateCompanyRequest.Builder customAttributes(Optional<Map<String, Object>> customAttributes) -
customAttributes
-
remoteCreatedAt
-
remoteCreatedAt
-
monthlySpend
-
monthlySpend
-
build
-