Package com.okta.idx.sdk.api.model
Class Messages
- java.lang.Object
-
- com.okta.idx.sdk.api.model.Messages
-
public class Messages extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Messages()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getType()
MessageValue[]
getValue()
boolean
hasErrorValue()
-
-
-
Method Detail
-
getType
public java.lang.String getType()
-
getValue
public MessageValue[] getValue()
-
hasErrorValue
public boolean hasErrorValue()
-
-