Package com.slack.api.model.admin
Class AppConfig
- java.lang.Object
-
- com.slack.api.model.admin.AppConfig
-
public class AppConfig extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAppConfig.DomainRestrictions
-
Constructor Summary
Constructors Constructor Description AppConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetAppId()AppConfig.DomainRestrictionsgetDomainRestrictions()StringgetWorkflowAuthStrategy()inthashCode()voidsetAppId(String appId)voidsetDomainRestrictions(AppConfig.DomainRestrictions domainRestrictions)voidsetWorkflowAuthStrategy(String workflowAuthStrategy)StringtoString()
-
-
-
Method Detail
-
getAppId
public String getAppId()
-
getWorkflowAuthStrategy
public String getWorkflowAuthStrategy()
-
getDomainRestrictions
public AppConfig.DomainRestrictions getDomainRestrictions()
-
setAppId
public void setAppId(String appId)
-
setWorkflowAuthStrategy
public void setWorkflowAuthStrategy(String workflowAuthStrategy)
-
setDomainRestrictions
public void setDomainRestrictions(AppConfig.DomainRestrictions domainRestrictions)
-
canEqual
protected boolean canEqual(Object other)
-
-