Class SessionIds


  • public final class SessionIds
    extends Object
    List of session IDs.
    • Constructor Detail

      • SessionIds

        public SessionIds()
    • Method Detail

      • sessionIds

        public List<String> sessionIds()
        Get the sessionIds property: List of session IDs.
        Returns:
        the sessionIds value.
      • withSessionIds

        public SessionIds withSessionIds​(List<String> sessionIds)
        Set the sessionIds property: List of session IDs.
        Parameters:
        sessionIds - the sessionIds value to set.
        Returns:
        the SessionIds object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.