Class FindHelpCenterRequest.Builder
java.lang.Object
com.intercom.api.resources.helpcenters.requests.FindHelpCenterRequest.Builder
- All Implemented Interfaces:
FindHelpCenterRequest._FinalStage,FindHelpCenterRequest.HelpCenterIdStage
- Enclosing class:
FindHelpCenterRequest
public static final class FindHelpCenterRequest.Builder
extends Object
implements FindHelpCenterRequest.HelpCenterIdStage, FindHelpCenterRequest._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionbuild()from(FindHelpCenterRequest other) helpCenterId(String helpCenterId) The unique identifier for the Help Center which is given by Intercom.
-
Method Details
-
from
- Specified by:
fromin interfaceFindHelpCenterRequest.HelpCenterIdStage
-
helpCenterId
The unique identifier for the Help Center which is given by Intercom.
- Specified by:
helpCenterIdin interfaceFindHelpCenterRequest.HelpCenterIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
- Specified by:
buildin interfaceFindHelpCenterRequest._FinalStage
-