_propDict)) { return $this->_propDict["order"]; } else { return null; } } /** * Sets the order * A list of identityUserFlowAttribute object identifiers that determine the order in which attributes should be collected within a user flow. * * @param string $val The value of the order * * @return AssignmentOrder */ public function setOrder($val) { $this->_propDict["order"] = $val; return $this; } }