Class GetMacroRequest.Builder
- java.lang.Object
-
- com.intercom.api.resources.unstable.macros.requests.GetMacroRequest.Builder
-
- All Implemented Interfaces:
GetMacroRequest._FinalStage,GetMacroRequest.IdStage
- Enclosing class:
- GetMacroRequest
public static final class GetMacroRequest.Builder extends java.lang.Object implements GetMacroRequest.IdStage, GetMacroRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetMacroRequestbuild()GetMacroRequest.Builderfrom(GetMacroRequest other)GetMacroRequest._FinalStageid(java.lang.String id)The unique identifier of the macro
-
-
-
Method Detail
-
from
public GetMacroRequest.Builder from(GetMacroRequest other)
- Specified by:
fromin interfaceGetMacroRequest.IdStage
-
id
public GetMacroRequest._FinalStage id(@NotNull java.lang.String id)
The unique identifier of the macro
The unique identifier of the macro
- Specified by:
idin interfaceGetMacroRequest.IdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public GetMacroRequest build()
- Specified by:
buildin interfaceGetMacroRequest._FinalStage
-
-