Class SlackBaseProperties.Builder
- java.lang.Object
-
- com.courier.api.resources.profiles.types.SlackBaseProperties.Builder
-
- All Implemented Interfaces:
SlackBaseProperties._FinalStage,SlackBaseProperties.AccessTokenStage
- Enclosing class:
- SlackBaseProperties
public static final class SlackBaseProperties.Builder extends java.lang.Object implements SlackBaseProperties.AccessTokenStage, SlackBaseProperties._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SlackBaseProperties._FinalStageaccessToken(java.lang.String accessToken)SlackBasePropertiesbuild()SlackBaseProperties.Builderfrom(SlackBaseProperties other)
-
-
-
Method Detail
-
from
public SlackBaseProperties.Builder from(SlackBaseProperties other)
- Specified by:
fromin interfaceSlackBaseProperties.AccessTokenStage
-
accessToken
public SlackBaseProperties._FinalStage accessToken(java.lang.String accessToken)
- Specified by:
accessTokenin interfaceSlackBaseProperties.AccessTokenStage
-
build
public SlackBaseProperties build()
- Specified by:
buildin interfaceSlackBaseProperties._FinalStage
-
-