Package com.contentstack.sdk
Class Config
java.lang.Object
com.contentstack.sdk.Config
public class Config extends Object
The type Config. enables optional parameters while passing from stack
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConfig.ContentstackRegionThe enum Contentstack region. -
Field Summary
Fields Modifier and Type Field Description protected Stringbranchprotected booleanenableLivePreviewprotected Stringendpointprotected Stringhostprotected StringlivePreviewContentTypeprotected StringlivePreviewHashprotected StringlivePreviewHostprotected StringmanagementTokenprotected Config.ContentstackRegionregionprotected Stringschemeprotected Stringversion -
Constructor Summary
Constructors Constructor Description Config() -
Method Summary
Modifier and Type Method Description ConfigenableLivePreview(boolean enableLivePreview)Enable live preview config.StringgetBranch()protected StringgetEndpoint()StringgetHost()Gets host.Config.ContentstackRegiongetRegion()Gets region.StringgetVersion()Gets version.voidsetBranch(String branch)protected StringsetEndpoint(String endpoint)voidsetHost(String hostName)Sets host.ConfigsetLivePreviewHost(String livePreviewHost)Sets live preview host.ConfigsetManagementToken(String managementToken)Sets management token.Config.ContentstackRegionsetRegion(Config.ContentstackRegion region)Sets region.
-
Field Details
-
livePreviewHash
-
livePreviewContentType
-
host
-
version
-
scheme
-
endpoint
-
enableLivePreview
protected boolean enableLivePreview -
livePreviewHost
-
region
-
managementToken
-
branch
-
-
Constructor Details
-
Config
public Config()
-
-
Method Details
-
getBranch
-
setBranch
-
getRegion
Gets region.- Returns:
- the region
-
setRegion
Sets region.- Parameters:
region- the region- Returns:
- the region
-
getEndpoint
-
setEndpoint
-
getHost
Gets host.- Returns:
- the host
-
setHost
Sets host.- Parameters:
hostName- the host name
-
getVersion
Gets version.- Returns:
- the version
-
enableLivePreview
Enable live preview config.- Parameters:
enableLivePreview- to enable live preview- Returns:
- the config
-
setLivePreviewHost
Sets live preview host.- Parameters:
livePreviewHost- the live preview host- Returns:
- the live preview host
-
setManagementToken
Sets management token.- Parameters:
managementToken- the management token- Returns:
- the management token
-