Class HelloResponse.Builder
java.lang.Object
com.inductiveautomation.perspective.gateway.messages.json.HelloResponse.Builder
- Enclosing class:
- HelloResponse
- 
Method SummaryModifier and TypeMethodDescriptionautoIdpAuth(Boolean autoIdpAuth) build()isRunnable(Boolean runnable) license(LicensePermit license) loggedOutMessage(String loggedOutMessage) pageClosedMessage(String pageClosedMessage) redundancy(RedundancyStatus redundancy) sessionClosedMessage(String sessionClosedMessage) webAuthStatus(WebAuthStatus webAuthStatus) 
- 
Method Details- 
webAuthStatus
- 
license
- 
redundancy
- 
created
- 
newTabId
- 
isRunnable
- 
sessionId
- 
sessionClosedMessage
- 
pageClosedMessage
- 
loggedOutMessage
- 
token
- 
autoIdpAuth
- 
build- Returns:
- the new HelloResponseinstance built by thisHelloResponse.Builder
- Throws:
- IllegalArgumentException- if the- LicensePermitor- RedundancyStatusis null
 
 
-